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

    Interface ICreateSymbolParams

    创建符号参数

    interface ICreateSymbolParams {
        categoryId: string;
        name: string;
        basePoint: [number, number];
        thumbnail?: string;
        data: string;
    }
    Index

    Properties

    categoryId: string

    分类ID

    name: string

    符号名称

    basePoint: [number, number]

    基点坐标 [x, y]

    thumbnail?: string

    缩略图(base64)

    data: string

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