Create fabrication routing end from centerline point on straight element.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FabricationPartRouteEnd CreateFromCenterline(
Element element,
XYZ ptAt
)
Parameters
- element Element
-
The straight element that the centerline is on.
- ptAt XYZ
-
A point along the straight element where the fitting to be cut in should be positioned.
Return Value
FabricationPartRouteEnd
Exceptions
See Also
Reference