Gets a list of curves representing the wires centerlines of the Fabric Sheet.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<Curve> GetWireCenterlines(
WireDistributionDirection wireDirection
)
Parameters
- wireDirection WireDistributionDirection
-
The direction of wire distribution in the Fabric Sheet.
Return Value
IList<Curve>
The centerline curves.
Exceptions
See Also
Reference