CorridorStateSetAxisOfRotationSERange Method

By default, the axis of rotation calculation assumes the superelevation cross-slope set in SetAxisOfRotationInfomation applies to the full width of the subassembly. If the subassembly wants to override that behavior it can specify a starting and ending offset that indicates where superelavtion was applied.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetAxisOfRotationSERange(
	double dApplySE_StartOffset,
	double dApplySE_EndOffset
)

Parameters

dApplySE_StartOffset  Double
The start of the range where superelevation is applied.
dApplySE_EndOffset  Double
The end of the range where superelevation is applied.
See Also