2027 Class
Changes 0
C

BRepBuilderGeometryId

Description:
This class is used by the BRepBuilder class to identify objects it creates (faces, edges, etc.).
Remarks:
The user should use these ids to organize the calls to BRepBuilder methods (e.g., addLoop() takes a face id as input, referring to a face that was previously added by a call to AddFace()). The ids are only valid while the BRepBuilder is in use.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.BRepBuilderGeometryId
public class BRepBuilderGeometryId : IDisposable
Name Return Type Description Inherited From
C BRepBuilderGeometryId(BRepBuilderGeometryId) None Copy constructor
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the BRepBuilderGeometryId
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 InvalidGeometryId() BRepBuilderGeometryId Returns an invalid BRepBuilderGeometryId, used as a return value to indicate an error.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.