Namespace:
Autodesk.Revit.DB
WireframeBuilder
Class
Description:
Constructs a shape representation consisting of points and curves. That shape would typically be stored in a DirectShape or a DirectShapeType object.
Constructs a shape representation consisting of points and curves. That shape would typically be stored in a DirectShape or a DirectShapeType object.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ShapeBuilder
Autodesk.Revit.DB.WireframeBuilder
System.Object
Autodesk.Revit.DB.ShapeBuilder
Autodesk.Revit.DB.WireframeBuilder
WireframeBuilder Class Members:
Name | Description | Inherited From |
---|---|---|
WireframeBuilder | Default constructor. |
Name | Description | Inherited From |
---|---|---|
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. (Inherited from ShapeBuilder ) | ShapeBuilder |
Name | Description | Inherited From |
---|---|---|
AddCurve | Add a curve to the shape representation stored in this WireframeBuilder. | |
AddPoint | Add a point to the shape representation stored in this WireframeBuilder. | |
Dispose | (Inherited from ShapeBuilder ) | ShapeBuilder |
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 |
Reset | Clears the accumulated geometry. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |
ValidateCurve | Validates curve to be added to the wireframe shape being constructed. Used by addCurve to validate input. This function may be used to pre-validate the geometry being added to avoid an exception from AddCurve(). | |
ValidatePoint | Validates the point object to be added to the wireframe shape being constructed. Used by AddPoint() to validate input. |