BRepBuilderEdgeGeometry.Create
Description:
Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
Overloads (2):
public static BRepBuilderEdgeGeometry Create(
XYZ startPoint,
XYZ endPoint
)
-
startPoint
-
endPoint
-
A non-optional argument was null
-
The vectors startPoint and endPoint are coincident.