SoWinExaminerViewerSpinConstrainedCamera Method |
Spin the constrained camera based on cursor motion.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SpinConstrainedCamera(
SbVec2f newLocator,
int axisIndex
)
Public Sub SpinConstrainedCamera (
newLocator As SbVec2f,
axisIndex As Integer
)
public:
void SpinConstrainedCamera(
SbVec2f newLocator,
int axisIndex
)
member SpinConstrainedCamera :
newLocator : SbVec2f *
axisIndex : int -> unit
Parameters
- newLocator
- Type: OIV.InventorSbVec2f
The new cursor position. The coordinates are in normalized device coordinates with x and y in the range [0,1] with min y at the bottom and min x on the left.
- axisIndex
- Type: SystemInt32
the axis index:
Remarks See Also