Click or drag to resize
SoModifyViewVolumeElementSetWallCoordinates Method

Sets the current coordinates of the virtual window in the real world.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax
public static void SetWallCoordinates(
	SoState state,
	SbVec3f lowerLeft,
	SbVec3f lowerRight,
	SbVec3f upperLeft
)

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