This document is archived and information here might be outdated. Recommended version. |
Gets rotation range for each axis (for random rotation).
[Visual Basic .NET] Public Sub GetSymbolRotation3DRandomRanges ( _ ByRef pMinRotationX As Double, _ ByRef pMinRotationY As Double, _ ByRef pMinRotationZ As Double, _ ByRef pMaxRotationX As Double, _ ByRef pMaxRotationY As Double, _ ByRef pMaxRotationZ As Double _ )
[C#] public void GetSymbolRotation3DRandomRanges ( ref double pMinRotationX, ref double pMinRotationY, ref double pMinRotationZ, ref double pMaxRotationX, ref double pMaxRotationY, ref double pMaxRotationZ );
[C++]
HRESULT GetSymbolRotation3DRandomRanges(
System.Double* pMinRotationX,
System.Double* pMinRotationY,
System.Double* pMinRotationZ,
System.Double* pMaxRotationX,
System.Double* pMaxRotationY,
System.Double* pMaxRotationZ
);
[C++]
Parameters pMinRotationX [out]
pMinRotationX is a parameter of type double* pMinRotationY [out]
pMinRotationY is a parameter of type double* pMinRotationZ [out]
pMinRotationZ is a parameter of type double* pMaxRotationX [out]
pMaxRotationX is a parameter of type double* pMaxRotationY [out]
pMaxRotationY is a parameter of type double* pMaxRotationZ [out]
pMaxRotationZ is a parameter of type double*