Share

CorridorState.SetAxisOfRotationInformation Method

Save the AOR (Axis of Rotation) information for a subassembly



Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetAxisOfRotationInformation(
	bool isPotentialPivot,
	double superElevationSlope,
	SuperelevationCrossSegmentType superElevationSlopeType,
	bool isReversedSlope
)

VB

Public Sub SetAxisOfRotationInformation ( 
	isPotentialPivot As Boolean,
	superElevationSlope As Double,
	superElevationSlopeType As SuperelevationCrossSegmentType,
	isReversedSlope As Boolean
)

C++

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

Reference

Was this information helpful?