2027 Members
Changes 2
M

BRepBuilderPersistentIds Methods

Name Return Type Description Inherited From
M AddSubTag(ExternalGeometryId, BRepBuilderGeometryId) None 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.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsAssociatedBRepBuilderValid() Boolean Validates the associated (in the constructor) BRepBuilder for this BRepBuilderPersistentIds.
M IsBRepBuilderGeometryIdFaceOrEdge(BRepBuilderGeometryId) Boolean 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.
M IsValidBRepBuilderGeometryIdForNewCorrespondence(BRepBuilderGeometryId) Boolean 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.
M IsValidExternalGeometryIdForNewCorrespondence(ExternalGeometryId) Boolean 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.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object