CorridorStateSetAxisOfRotationCrownPoint Method |
If the crown point is set, the axis of rotation uses it in its
calculation for a divided crown/centers pivot type/multiple group assembly case.
If a crown point is not set, the default Baseline pivot behavior is be used
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetAxisOfRotationCrownPoint(
uint nCrownPointIndex
)
Public Sub SetAxisOfRotationCrownPoint (
nCrownPointIndex As UInteger
)
public:
void SetAxisOfRotationCrownPoint(
unsigned int nCrownPointIndex
)
Parameters
- nCrownPointIndex UInt32
- Index of crown point to be used in AOR calc.
See Also