<Code Lib>
2024 Method
Changes 0
M

BRepBuilderEdgeGeometry.Create(XYZ, XYZ)

Description:
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
)

Loading…