BRepBuilderEdgeGeometry.Create(XYZ, XYZ)
Method
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentsInconsistentException | The vectors startPoint and endPoint are coincident. |