RVTDocs.com

BRepBuilderEdgeGeometry.Create(XYZ, XYZ)

Method
Description:
Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
Syntax
public static BRepBuilderEdgeGeometry Create(
	XYZ startPoint,
	XYZ endPoint
)
Parameters
Parameter Type Description
startPoint XYZ
endPoint XYZ
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentsInconsistentException The vectors startPoint and endPoint are coincident.