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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | base_shape |
| occtl_node_id_t | profile |
| occtl_node_id_t | sketch_face |
| occtl_direction3_t | direction |
| occtl_prim_feat_combine_t | combine |
| int32_t | modify |
| occtl_prim_until_kind_t | until_kind |
| occtl_node_id_t | until_shape |
| double | length |
Info for occtl_prim_make_feat_prism.
Builds a feature prism on an existing body: extrudes profile and combines the result with base_shape (fuse / cut / separate). Supports termination by target shape or height.
| occtl_node_id_t occtl_prim_feat_prism_info::base_shape |
Borrows it. Existing Solid / Shell the feature is built on.
| occtl_prim_feat_combine_t occtl_prim_feat_prism_info::combine |
Cut / Fuse / Separate.
| occtl_direction3_t occtl_prim_feat_prism_info::direction |
Extrusion direction.
| double occtl_prim_feat_prism_info::length |
Required for LENGTH and HEIGHT modes.
| int32_t occtl_prim_feat_prism_info::modify |
0/1. When 1, allow OCCT to modify base topology.
| const void* occtl_prim_feat_prism_info::p_next |
Reserved; must be NULL.
| occtl_node_id_t occtl_prim_feat_prism_info::profile |
Borrows it. Face / Wire to extrude.
| occtl_node_id_t occtl_prim_feat_prism_info::sketch_face |
Borrows it. Face of base_shape hosting profile.
| uint32_t occtl_prim_feat_prism_info::struct_version |
Must be OCCTL_PRIM_FEAT_PRISM_INFO_VERSION_1.
| occtl_prim_until_kind_t occtl_prim_feat_prism_info::until_kind |
Termination rule.
| occtl_node_id_t occtl_prim_feat_prism_info::until_shape |
Borrows it. Required for SHAPE and HEIGHT modes.