SoModifyViewVolumeElementGetWallCoordinates Method |
Returns 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 GetWallCoordinates(
SoState state,
out SbVec3f lowerLeft,
out SbVec3f lowerRight,
out SbVec3f upperLeft
)
Public Shared Sub GetWallCoordinates (
state As SoState,
<OutAttribute> ByRef lowerLeft As SbVec3f,
<OutAttribute> ByRef lowerRight As SbVec3f,
<OutAttribute> ByRef upperLeft As SbVec3f
)
public:
static void GetWallCoordinates(
SoState^ state,
[OutAttribute] SbVec3f% lowerLeft,
[OutAttribute] SbVec3f% lowerRight,
[OutAttribute] SbVec3f% upperLeft
)
static member GetWallCoordinates :
state : SoState *
lowerLeft : SbVec3f byref *
lowerRight : SbVec3f byref *
upperLeft : SbVec3f byref -> 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