SoVectorToFloat¶
- InventorModule¶
genre
author
package
dll
definition
Purpose¶
The module SoVectorToFloat breaks an Open Inventor vector into its three components.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
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.