B.407. SurfacePlot

Description. Creates a 3D surface plot.

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, Math Plugins

Table B.362. SurfacePlot Properties

Label Description Type Script Name

Output Mesh

Output mesh

k3d::mesh*

output_mesh

Surface Material

Surface material

k3d::inode*

material

Function

Function to be plotted, in terms of u, v, and any scalar user properties added to the node.

k3d::string_t

function

U Samples

Number of samples along the u dimension.

k3d::int32_t

u_samples

V Samples

Number of samples along the v dimension.

k3d::int32_t

v_samples

U Size

Plot size along the u dimension.

k3d::double_t

u_size

V Size

Plot size along the v dimension.

k3d::double_t

v_size

Orientation

Plot orientation (positive or negative along the X, Y or Z axis).

k3d::string_t

orientation