Fabric Sheet alignment in the fabric distribution
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FabricSheetAlignment
Members
| Member name | Value | Description |
|---|---|---|
| BothEdges | 3 | The fabric sheets are aligned to starting and ending edge. |
| EndingEdge | 2 | The fabric sheets are aligned to ending edge. |
| Null | 0 | The fabric sheets are alignment is not set. |
| StartingEdge | 1 | The fabric sheets are aligned to starting edge. |
