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):
Create(XYZ,XYZ)
public static BRepBuilderEdgeGeometry Create(
XYZ startPoint,
XYZ endPoint
)
-
startPoint
-
endPoint
Return Value
BRepBuilderEdgeGeometry
-
A non-optional argument was null
-
The vectors startPoint and endPoint are coincident.