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.4.2516.0
Syntax
| C# |
|---|
public void SetAxisOfRotationSERange(
double dApplySE_StartOffset,
double dApplySE_EndOffset
) |
| Visual Basic |
|---|
Public Sub SetAxisOfRotationSERange ( _
dApplySE_StartOffset As Double, _
dApplySE_EndOffset As Double _
) |
| Visual C++ |
|---|
public:
void SetAxisOfRotationSERange(
double dApplySE_StartOffset,
double dApplySE_EndOffset
) |
Parameters
- dApplySE_StartOffset
- Type: System..::..Double
The start of the range where superelevation is applied.
- dApplySE_EndOffset
- Type: System..::..Double
The end of the range where superelevation is applied.
See Also