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 Was this page helpful? Please leave a thumbs up or down. 👍 Yes 👎 No
A handle that holds an entity and shape identifier from the original CAD file.
See