Description. Set points positions
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Deformation Plugins
Table B.355. SetPosition Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input Mesh | Input mesh | k3d::mesh* | input_mesh |
Output Mesh | Output mesh | k3d::mesh* | output_mesh |
Mesh Selection | Input Mesh Selection | k3d::selection::set | mesh_selection |
X | X position | k3d::double_t | x |
Y | Y position | k3d::double_t | y |
Z | Z position | k3d::double_t | z |
Use X | Set position on X components | k3d::bool_t | use_x |
Use Y | Set position on Y components | k3d::bool_t | use_y |
Use Z | Set position on Z components | k3d::bool_t | use_z |