B.65. DeformationExpression

Description. Displace a mesh using functional expressions in x, y, and z.

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, Deformation Plugins

Table B.60. DeformationExpression 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 Function

Output X coordinate function, in terms of x, y, z, and any user-defined scalars.

k3d::string_t

x_function

Y Function

Output Y coordinate function, in terms of x, y, z, and any user-defined scalars.

k3d::string_t

y_function

Z Function

Output Z coordinate function, in terms of x, y, z, and any user-defined scalars.

k3d::string_t

z_function