TopologyHandle

Interface TopologyHandle

A handle for a topological entity, which can be used with the TopologyAPI. The handle represents either a shape or an entity within a shape. To get a more detailed descriptor of the topological entity, the function TopologyAPI.requestTopologyDescriptor can be used. Besides performing actions such as selecting the topological entity, the handle can also be used together with the MeasurementAPI to perform different kinds of measurements.

interface TopologyHandle {
    entityID?: number;
    entityType: EntityType;
    shapeInstanceID: number;
}

Properties

entityID?: number
entityType: EntityType
shapeInstanceID: number