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.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetAxisOfRotationSERange(
double dApplySE_StartOffset,
double dApplySE_EndOffset
)
Public Sub SetAxisOfRotationSERange (
dApplySE_StartOffset As Double,
dApplySE_EndOffset As Double
)
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