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.4.2516.0
Syntax
C# |
---|
public void SetAxisOfRotationCrownPoint(
uint nCrownPointIndex
) |
Visual Basic |
---|
Public Sub SetAxisOfRotationCrownPoint ( _
nCrownPointIndex As UInteger _
) |
Visual C++ |
---|
public:
void SetAxisOfRotationCrownPoint(
unsigned int nCrownPointIndex
) |
Parameters
- nCrownPointIndex
- Type: System..::..UInt32
Index of crown point to be used in AOR calc.
See Also