Specifies load orientation.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration LoadOrientTo
public enum class LoadOrientTo
MembersMember name | Value | Description |
---|
HostLocalCoordinateSystem | 2 |
Load is oriented in respect to it analytical host element coordinate system and will follow host changes.
|
Project | 0 |
Load is oriented in respect to project global coordinate system, that is X to East, Y to North, and Z to up.
|
WorkPlane | 1 |
Load is oriented in respect to work plane.
|
See Also