SoComposeVec3f¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The engine SoComposeVec3f takes three floating-point inputs and composes a 3D floating-point vector.
Windows¶
Default Panel¶
Parameter Fields¶
Visible Fields¶
X¶
- name: x, type: DoubleList, default: 0¶
Sets the x-component of the 3D vector.
Y¶
- name: y, type: DoubleList, default: 0¶
Sets the y-component of the 3D vector.
Z¶
- name: z, type: DoubleList, default: 0¶
Sets the z-component of the 3D vector.
Vector¶
- name: vector, type: EngineOutput, persistent: no¶
Outputs the vector composed of the x, y, and z components.
This field must be connected to an appropriate Open Inventor field to access or view its value.