Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static BRepBuilderEdgeGeometry Create( XYZ startPoint, XYZ endPoint )
Parameters
Return Value
BRepBuilderEdgeGeometryExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentsInconsistentException | The vectors startPoint and endPoint are coincident. |