2024 Method
Changes 0
M

BRepBuilderEdgeGeometry.Create

Description:
Construct BRepBuilderEdgeGeometry based on any GCurve, including GLine and GArc.
Overloads (2):
Create(Curve)
public static BRepBuilderEdgeGeometry Create(
	Curve curve
)
  • curve
    The 3D curve for this edge. This BRepBuilderEdgeGeometry stores a copy of the input curve. The use of isCurveOpenOrShort as a validator instead of isCurveOpen is a compromise to allow the creation of geometry that is normally considered unacceptable due to edges that are shorter than Revit allows.
Return Value BRepBuilderEdgeGeometry