|
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 |
| occtl_node_id_t | root |
| const occtl_node_id_t * | faces |
| size_t | face_count |
| occtl_direction3_t | pull_direction |
| occtl_point3_t | neutral_point |
| occtl_direction3_t | neutral_normal |
| double | angle |
| int32_t | keep_inside |
Configuration for occtl_topo_draft_faces.
| double occtl_topo_draft_faces_options::angle |
Draft angle in radians. Default OCCTL_ANGLE_5_DEG_RAD (5 degrees).
| size_t occtl_topo_draft_faces_options::face_count |
Number of entries in faces.
| const occtl_node_id_t* occtl_topo_draft_faces_options::faces |
Borrows it. Selected Face NodeIds.
| int32_t occtl_topo_draft_faces_options::keep_inside |
OCCT draft flag. Default 1.
| occtl_direction3_t occtl_topo_draft_faces_options::neutral_normal |
Neutral plane normal. Default +Z.
| occtl_point3_t occtl_topo_draft_faces_options::neutral_point |
Point on the neutral plane. Default origin.
| const void* occtl_topo_draft_faces_options::p_next |
Reserved; set to NULL.
| occtl_direction3_t occtl_topo_draft_faces_options::pull_direction |
Direction that defines material side. Default +Z.
| occtl_node_id_t occtl_topo_draft_faces_options::root |
Borrows it. Shape root to draft.
| uint32_t occtl_topo_draft_faces_options::struct_version |
Must be OCCTL_TOPO_DRAFT_FACES_OPTIONS_VERSION_1.