B.110. K3DMeshReader

Description. Mesh reader that loads external K-3D XML (.k3d) files

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, MeshReader Plugins

Table B.99. K3DMeshReader Properties

Label Description Type Script Name

File

Input file path.

k3d::filesystem::path

file

Center on Origin

Center the output mesh around the origin.

k3d::bool_t

center

Scale to Size

Scale the output mesh to fit within a fixed-size bounding-box.

k3d::bool_t

scale_to_size

Size

Output mesh size when "Scale to Size" is enabled.

k3d::double_t

size

Output Mesh

Output mesh

k3d::mesh*

output_mesh

Surface Material

Surface material

k3d::inode*

material