SoWinConstrainedViewerSetUpDirection Method |
Specifies the upward direction of the viewer.
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 SetUpDirection(
SbVec3f newUpDirection
)
Public Sub SetUpDirection (
newUpDirection As SbVec3f
)
public:
void SetUpDirection(
SbVec3f newUpDirection
)
member SetUpDirection :
newUpDirection : SbVec3f -> unit
Parameters
- newUpDirection
- Type: OIV.InventorSbVec3f
Remarks This up direction is used by the viewers to constrain the camera when tilting up/down, and also used when rotating the camera right/left. The default is the +Y (0,1,0) direction.
See Also