WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface ISymbol

    符号完整数据(包含vcad数据)

    interface ISymbol {
        id: string;
        name: string;
        categoryId: string;
        basePoint: [number, number];
        thumbnail?: string;
        createTime: string;
        updateTime: string;
        data: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    符号ID

    name: string

    符号名称

    categoryId: string

    所属分类ID

    basePoint: [number, number]

    基点坐标 [x, y]

    thumbnail?: string

    缩略图(base64)

    createTime: string

    创建时间

    updateTime: string

    更新时间

    data: string

    vcad格式数据(gzip压缩后base64编码)