SoWinPlaneViewerSetPlane Method |
Moves the camera to be aligned with the given plane.
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 SetPlane(
SbVec3f newNormal,
SbVec3f newRight
)
Public Sub SetPlane (
newNormal As SbVec3f,
newRight As SbVec3f
)
public:
void SetPlane(
SbVec3f newNormal,
SbVec3f newRight
)
member SetPlane :
newNormal : SbVec3f *
newRight : SbVec3f -> unit
Parameters
- newNormal
- Type: OIV.InventorSbVec3f
- newRight
- Type: OIV.InventorSbVec3f
Remarks See Also