SoGVRForceRenderingInBox

InventorModule
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def

Purpose

The SoGVRForceRenderingInBox forces the SoGVRVolumeRenderer to draw in defined box.

Windows

Default Panel

../../../Modules/Inventor/SoGVR/mhelp/Images/Screenshots/SoGVRForceRenderingInBox._default.png

Output Fields

self

name: self, type: SoNode

a node that should be put in front of the SoGVRVolumeRenderer

Parameter Fields

Field Index

Enabled: Bool
Use World Positions: Bool
Voxel End: Vector3
Voxel Start: Vector3
World End: Vector3
World Start: Vector3

Visible Fields

Enabled

name: enabled, type: Bool, default: TRUE

Defines if the node is enabled.

Use World Positions

name: useWorldPositions, type: Bool, default: FALSE

Enables usage of the World Start and World End instead of the voxel positions.

World Start

name: worldStartPosition, type: Vector3, default: 0 0 0

The start position of the box in world space.

World End

name: worldEndPosition, type: Vector3, default: 0 0 0

The end position of the box in world space.

Voxel Start

name: voxelStartPosition, type: Vector3, default: 0 0 0

The start position of the box in voxel space.

Voxel End

name: voxelEndPosition, type: Vector3, default: 0 0 0

The end position of the box in voxel space.