SoVectorToFloat

InventorModule
genre InventorGroup
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoUtils
definition utils.def

Purpose

The module SoVectorToFloat converts an Inventor vector into its three components.

Windows

Default Panel

../../../Modules/Inventor/SoUtils/mhelp/Images/Screenshots/SoVectorToFloat._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Field Index

changed: Trigger
Vector: Vector3
X: Float
Y: Float
Z: Float

Visible Fields

Vector

name: vector, type: Vector3, default: 0 0 0

Sets the vector to be broken down.

X

name: x, type: Float, persistent: no

Shows the x-component of the vector.

Y

name: y, type: Float, persistent: no

Shows the y-component of the vector.

Z

name: z, type: Float, persistent: no

Shows the z-component of the vector.

Hidden Fields

changed

name: changed, type: Trigger