RVTDocs.com
Namespace: Autodesk.Revit.DB

BRepBuilderPersistentIds

Class
Description:
This class stores a map from ExternalGeometryIds to BRepBuilderGeometryIds.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.BRepBuilderPersistentIds
Syntax
BRepBuilderPersistentIds Class Members:
Name Description Inherited From
BRepBuilderPersistentIds Constructs a new BRepBuilderPersistentIds and associates the existing BRepBuilder to it.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
AddSubTag 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.
Dispose Releases all resources used by the BRepBuilderPersistentIds
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsAssociatedBRepBuilderValid Validates the associated (in the constructor) BRepBuilder for this BRepBuilderPersistentIds.
IsBRepBuilderGeometryIdFaceOrEdge 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.
IsValidBRepBuilderGeometryIdForNewCorrespondence 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.
IsValidExternalGeometryIdForNewCorrespondence 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.
ToString Returns a string that represents the current object. (Inherited from Object ) Object