SoModifyViewVolumeElementSetWallCoordinates Method |
Sets the current coordinates of the virtual window in the real world.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetWallCoordinates(
SoState state,
SbVec3f lowerLeft,
SbVec3f lowerRight,
SbVec3f upperLeft
)
Public Shared Sub SetWallCoordinates (
state As SoState,
lowerLeft As SbVec3f,
lowerRight As SbVec3f,
upperLeft As SbVec3f
)
public:
static void SetWallCoordinates(
SoState^ state,
SbVec3f lowerLeft,
SbVec3f lowerRight,
SbVec3f upperLeft
)
static member SetWallCoordinates :
state : SoState *
lowerLeft : SbVec3f *
lowerRight : SbVec3f *
upperLeft : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- lowerLeft
- Type: OIV.InventorSbVec3f
- lowerRight
- Type: OIV.InventorSbVec3f
- upperLeft
- Type: OIV.InventorSbVec3f
Remarks MP: coordinates of the projection wall/window in real world i.e., relative to the tracking system base or reference frame.
See Also