|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo_algo.h>

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| const occtl_node_id_t * | faces |
| size_t | face_count |
| double | thickness |
| int32_t | both_sides |
| int32_t | use_normal |
| occtl_direction3_t | normal |
| int32_t | copy |
| int32_t | canonize |
Configuration for occtl_topo_make_face_extrusion.
| int32_t occtl_topo_extrude_faces_options::both_sides |
0/1. Centre the thickness around each source face.
| int32_t occtl_topo_extrude_faces_options::canonize |
0/1. Ask OCCT to canonicalize generated surfaces. Default 1.
| int32_t occtl_topo_extrude_faces_options::copy |
0/1. Copy source topology for the prism base. Default 1.
| size_t occtl_topo_extrude_faces_options::face_count |
Number of entries in faces.
| const occtl_node_id_t* occtl_topo_extrude_faces_options::faces |
Borrows it. Face NodeIds to extrude.
| occtl_direction3_t occtl_topo_extrude_faces_options::normal |
Override direction when use_normal != 0.
| const void* occtl_topo_extrude_faces_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_extrude_faces_options::struct_version |
Must be OCCTL_TOPO_EXTRUDE_FACES_OPTIONS_VERSION_1.
| double occtl_topo_extrude_faces_options::thickness |
Positive extrusion thickness.
| int32_t occtl_topo_extrude_faces_options::use_normal |
0/1. Use normal instead of each face normal.