Share

CorridorState.SetAxisOfRotationCrownPoint 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.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetAxisOfRotationCrownPoint(
	uint nCrownPointIndex
)

VB

Public Sub SetAxisOfRotationCrownPoint ( 
	nCrownPointIndex As UInteger
)

C++

public:
void SetAxisOfRotationCrownPoint(
	unsigned int nCrownPointIndex
)

Parameters

nCrownPointIndex  UInt32
Index of crown point to be used in AOR calc.

See Also

Reference

Was this information helpful?