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