|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Options for write. PascalCase mirror of occtl_io_ply_write_options_t.
More...
#include <io_ply.hpp>

Public Member Functions | |
| ::occtl_io_ply_write_options_t | to_c () const noexcept |
Public Attributes | |
| CoordinateSystem | system_coordinate_system = CoordinateSystem::ZUp |
| CoordinateSystem | file_coordinate_system = CoordinateSystem::YUp |
| bool | write_normals = true |
| bool | write_colors = true |
| bool | write_texcoords = false |
| bool | write_part_id = true |
| bool | write_face_id = false |
| std::string | comment |
| std::string | author |
Options for write. PascalCase mirror of occtl_io_ply_write_options_t.