B.357. SelectCube

Description. Selects portions of the input mesh that intersect a cube

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, Selection Plugins

Table B.313. SelectCube Properties

Label Description Type Script Name

Input Mesh

Input mesh

k3d::mesh*

input_mesh

Output Mesh

Output mesh

k3d::mesh*

output_mesh

Input Matrix

Input matrix

k3d::matrix4

input_matrix

Output Matrix

Output Matrix

k3d::matrix4

output_matrix

Viewport Visible

Controls whether this node will be visibile in the viewport.

k3d::bool_t

viewport_visible

X1

X coordinate of cube’s min corner

k3d::double_t

x1

Y1

Y coordinate of cube’s min corner

k3d::double_t

y1

Z1

Z coordinate of cube’s min corner

k3d::double_t

z1

X2

X coordinate of cube’s max corner

k3d::double_t

x2

Y2

Y coordinate of cube’s max corner

k3d::double_t

y2

Z2

Z coordinate of cube’s max corner

k3d::double_t

z2