OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::io_ply::WriteOptions Struct Reference

Options for write. PascalCase mirror of occtl_io_ply_write_options_t. More...

#include <io_ply.hpp>

Collaboration diagram for occtl::io_ply::WriteOptions:

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
 

Detailed Description

Options for write. PascalCase mirror of occtl_io_ply_write_options_t.


The documentation for this struct was generated from the following file: