BRepBuilderEdgeGeometry
Description:
An abstract class used by BRepBuilder to represent the geometry of an edge. Specific edge-geometry representations are represented by subclasses.
An abstract class used by BRepBuilder to represent the geometry of an edge. Specific edge-geometry representations are represented by subclasses.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BRepBuilderEdgeGeometry
System.Object
Autodesk.Revit.DB.BRepBuilderEdgeGeometry
public class BRepBuilderEdgeGeometry : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Create(Curve) | BRepBuilderEdgeGeometry | Construct BRepBuilderEdgeGeometry based on any GCurve, including GLine and GArc. |
| Create(XYZ, XYZ) | BRepBuilderEdgeGeometry | Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |