OriginalTopologyHandle

Interface OriginalTopologyHandle

A handle that holds an entity and shape identifier from the original CAD file.

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

Properties

Properties

entityID: number

The entity identifier from the original CAD file

shapeID?: string

The shape identifier from the original CAD file




Was this page helpful? Please leave a thumbs up or down.