|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_io_brep.h>
Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| int32_t | write_triangulation |
Options for occtl_io_brep_write. Pass NULL for defaults (binary output, triangulations included). The format flavour (binary vs ASCII) is determined by the DEBREP_Provider from its configuration — the caller can rely on OCCT's default binary encoding without setting it explicitly here.
| const void* occtl_io_brep_write_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_io_brep_write_options::struct_version |
Must be OCCTL_IO_BREP_WRITE_OPTIONS_VERSION_1.
| int32_t occtl_io_brep_write_options::write_triangulation |
1 to include cached triangulations (default).