Fabric lap splice position in the fabric distribution
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FabricLapSplicePosition
Members
| Member name | Value | Description |
|---|
| Aligned | 0 |
The fabric sheets are aligned.
|
| MajorHalfwayStagger | 1 |
Every second fabric sheet is shifted half way in major direction.
|
| MajorPassingStagger | 2 |
Every second fabric sheet is shifted half way and reversed in major direction.
|
| MinorHalfwayStagger | 3 |
Every second fabric sheet is shifted half way in minor direction.
|
| MinorPassingStagger | 4 |
Every second fabric sheet is shifted half way and reversed in minor direction.
|
See Also
Reference