CorridorStateSetAxisOfRotationInformation Method |
Save the AOR (Axis of Rotation) information for a subassembly
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetAxisOfRotationInformation(
bool isPotentialPivot,
double superElevationSlope,
SuperelevationCrossSegmentType superElevationSlopeType,
bool isReversedSlope
)
Public Sub SetAxisOfRotationInformation (
isPotentialPivot As Boolean,
superElevationSlope As Double,
superElevationSlopeType As SuperelevationCrossSegmentType,
isReversedSlope As Boolean
)
public:
void SetAxisOfRotationInformation(
bool isPotentialPivot,
double superElevationSlope,
SuperelevationCrossSegmentType superElevationSlopeType,
bool isReversedSlope
)
Parameters
- isPotentialPivot Boolean
- Specifies whether the current subassembly will have potential pivot points for AOR (Axis of Rotation).
- superElevationSlope Double
- The current superelevation slope from the alignment.
- superElevationSlopeType SuperelevationCrossSegmentType
- The current superelevation slope type.
- isReversedSlope Boolean
- Specifies whether the superelevation slope is reversed while being used in the current subassembly.
See Also