Revit 2026 API
BRep |
Constructs a BRepBuilderEdgeGeometry representing a straight line between the two given points.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static BRepBuilderEdgeGeometry Create( XYZ startPoint, XYZ endPoint )
Public Shared Function Create ( startPoint As XYZ, endPoint As XYZ ) As BRepBuilderEdgeGeometry
public: static BRepBuilderEdgeGeometry^ Create( XYZ^ startPoint, XYZ^ endPoint )
static member Create : startPoint : XYZ * endPoint : XYZ -> BRepBuilderEdgeGeometry
Parameters
Return Value
BRepBuilderEdgeGeometry| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentsInconsistentException | The vectors startPoint and endPoint are coincident. |
See Also