B.78. GTSMeshReader

Description. Mesh reader that reads external GNU Triangulated Surface (.gts) files

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, MeshReader Plugins

Table B.72. GTSMeshReader 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