Share

BRepBuilderPersistentIds Methods

The BRepBuilderPersistentIds type exposes the following members.

Methods

 NameDescription
Public methodAddSubTag 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 methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsAssociatedBRepBuilderValid Validates the associated (in the constructor) BRepBuilder for this BRepBuilderPersistentIds.
Public methodIsBRepBuilderGeometryIdFaceOrEdge Validates the input BRepBuilderGeometryId that will be used to create a correspondence. In order to be valid, the input BRepBuilderGeometryId must represent the ID of either a Face or an Edge.
Public methodIsValidBRepBuilderGeometryIdForNewCorrespondence Validates the input BRepBuilderGeometryId that will be used to create a correspondence. In order to be valid, a correspondence for the input BRepBuilderGeometryId must not already exist.
Public methodIsValidExternalGeometryIdForNewCorrespondence Validates the input ExternalGeometryId that will be used to create a correspondence. In order to be valid, a correspondence for the input ExternalGeometryId must not already exist.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?