2022 Class
Changes 0
C

BRepBuilderEdgeGeometry

Description:
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
public class BRepBuilderEdgeGeometry : IDisposable
Name Return Type Description
M Create(Curve) BRepBuilderEdgeGeometry Construct BRepBuilderEdgeGeometry based on any GCurve, including GLine and GArc.
M Create(XYZ, XYZ) BRepBuilderEdgeGeometry Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
M Dispose() None Releases all resources used by the
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.