BRepBuilderPersistentIds.AddSubTag
Description:
Adds a correspondence between an ExternalGeometryId and a BRepBuilderGeometryId. Note that an existing correspondence in the map cannot be updated and that a particular BRepBuilderGeometryId may be related to at most one ExternalGeometryId.
Adds a correspondence between an ExternalGeometryId and a BRepBuilderGeometryId. Note that an existing correspondence in the map cannot be updated and that a particular BRepBuilderGeometryId may be related to at most one ExternalGeometryId.
public void AddSubTag(
ExternalGeometryId externalGeometryId,
BRepBuilderGeometryId brepBuilderGeometryId
)
-
externalGeometryIdAn external geometry object Id.
-
brepBuilderGeometryIdA BRepBuilder geometry object Id. It must represent the ID of either a Face or an Edge.
-
externalGeometryId cannot be used to create a new correspondence because it is already used. -or- brepBuilderGeometryId cannot be used to create a new correspondence because it is already used. -or- brepBuilderGeometryId cannot be used to create a new correspondence because it doesn't represent the ID of either a Face or an Edge.
-
A non-optional argument was null
-
The associated BRepBuilder doesn't exist or is not valid (has no Faces and no Edges).