OriginalTopologyHandle

Type alias OriginalTopologyHandle

OriginalTopologyHandle: {
    entityID: number;
    shapeID?: string;
}

The OriginalTopologyHandle holds a Shape and/or Entity identifier from the original CAD File

Type declaration

  • entityID: number

    The Entity identifier from the original CAD File

  • Optional shapeID?: string

    The Shape identifier from the original CAD File