| 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
|
| Axis
| Taper points along this axis.
| k3d::string_t
| axis
|
| Taper Factor
| Controls the amount of taper, 0 = no taper, 1 = taper to a point.
| k3d::double_t
| taper_factor
|
| Displace X
| Enable point displacement along the X axis.
| k3d::bool_t
| displace_x
|
| Displace Y
| Enable point displacement along the Y axis.
| k3d::bool_t
| displace_y
|
| Displace Z
| Enable point displacement along the Z axis.
| k3d::bool_t
| displace_z
|