BentFabricStraightWiresLocation Enumeration |
Bent Fabric straight wires location.
The side on wich straight wires will be loacted is determined by the start and end point of the first bent profile segment that specifies the direction of the curve loop on plane.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum BentFabricStraightWiresLocation
Public Enumeration BentFabricStraightWiresLocation
public enum class BentFabricStraightWiresLocation
type BentFabricStraightWiresLocation
MembersMember name | Value | Description |
---|
Right | 0 |
Fabric straight wires are located on the right side of bent wires.
|
Left | 1 |
Fabric straight wires are located on the left side of bent wires.
|
See Also