OriginalTopologyHandle¶ webVis API ReferenceOriginalTopologyHandleInterface OriginalTopologyHandleA handle that holds an entity and shape identifier from the original CAD file. See TopologyAPI.mapOriginalToInternalTopologyHandles TopologyAPI.mapInternalToOriginalTopologyHandles interface OriginalTopologyHandle { entityID: number; shapeID?: string;} IndexPropertiesentityID shapeID? PropertiesentityIDentityID: numberThe entity identifier from the original CAD file OptionalshapeIDshapeID?: stringThe shape identifier from the original CAD file
A handle that holds an entity and shape identifier from the original CAD file.
See