25#ifndef OCCTL_IO_BREP_H
26#define OCCTL_IO_BREP_H
39#define OCCTL_IO_BREP_WRITE_OPTIONS_VERSION_1 1u
55#define OCCTL_IO_BREP_WRITE_OPTIONS_INIT {OCCTL_IO_BREP_WRITE_OPTIONS_VERSION_1, NULL, 1}
OCCT-Light: core public API.
#define OCCTL_API
Definition occtl_core.h:111
enum occtl_status occtl_status_t
occtl_status_t occtl_io_brep_write(const occtl_graph_t *graph, occtl_node_id_t root, const char *path, const occtl_io_brep_write_options_t *options)
void occtl_io_brep_write_options_init(occtl_io_brep_write_options_t *options)
struct occtl_io_brep_write_options occtl_io_brep_write_options_t
occtl_status_t occtl_io_brep_read(const char *path, occtl_graph_t **out_graph, occtl_node_id_t *out_root)
OCCT-Light: topology module public API.
struct occtl_graph occtl_graph_t
Definition occtl_topo_types.h:152
Definition occtl_io_brep.h:49
uint32_t struct_version
Definition occtl_io_brep.h:50
int32_t write_triangulation
Definition occtl_io_brep.h:52
const void * p_next
Definition occtl_io_brep.h:51
Definition occtl_topo_types.h:50