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