BRepBuilderEdgeGeometry.Create
Description:
Construct BRepBuilderEdgeGeometry based on any Revit Curve, including Line and Arc. The curve will be simplified if possible.
Construct BRepBuilderEdgeGeometry based on any Revit Curve, including Line and Arc. The curve will be simplified if possible.
Overloads (2):
public static BRepBuilderEdgeGeometry Create(
Curve curve
)
-
curveThe 3D curve for this edge. This BRepBuilderEdgeGeometry stores a copy of the input curve.
-
The input curve is not bound. -or- The curve is degenerate (its length is too close to zero). -or- The endpoints of the curve are close enough that Revit considers it a closed curve.
-
A non-optional argument was null