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

    Interface EntitiesAddedEventArgs

    批量实体已添加事件参数

    interface EntitiesAddedEventArgs {
        timestamp: number;
        customData?: any;
        document: CadDocument;
        entities: EntityBase[];
        targetBlock: BlockDefinition;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp: number

    事件发生的时间戳

    customData?: any

    自定义数据,二次开发者可以附加额外信息

    document: CadDocument

    所属文档

    entities: EntityBase[]

    已添加的实体数组

    targetBlock: BlockDefinition

    目标块定义