|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_io_vrml.h>
Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| double | file_length_unit_m |
| occtl_io_vrml_coordinate_system_t | system_coordinate_system |
| occtl_io_vrml_coordinate_system_t | file_coordinate_system |
| int32_t | fill_incomplete |
Options for occtl_io_vrml_read. Pass NULL for defaults.
| occtl_io_vrml_coordinate_system_t occtl_io_vrml_read_options::file_coordinate_system |
Source file coordinates; default Y-up.
| double occtl_io_vrml_read_options::file_length_unit_m |
File length unit in meters; default 1.0.
| int32_t occtl_io_vrml_read_options::fill_incomplete |
1 to keep partially retrieved data on reader error.
| const void* occtl_io_vrml_read_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_io_vrml_read_options::struct_version |
Must be OCCTL_IO_VRML_READ_OPTIONS_VERSION_1.
| occtl_io_vrml_coordinate_system_t occtl_io_vrml_read_options::system_coordinate_system |
Target system coordinates; default Z-up.