|
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 | profile |
| double | height |
| double | taper_angle |
Info for occtl_prim_make_draft_prism.
Builds a tapered solid from one planar Face using OCCT LocOpe_DPrism. This is the accurate fast path for draft/tapered extrusion of a single closed profile.
| double occtl_prim_draft_prism_info::height |
Positive OCCT draft-prism height.
| const void* occtl_prim_draft_prism_info::p_next |
Reserved; must be NULL.
| occtl_node_id_t occtl_prim_draft_prism_info::profile |
Borrows it. Face to taper/extrude.
| uint32_t occtl_prim_draft_prism_info::struct_version |
Must be OCCTL_PRIM_DRAFT_PRISM_INFO_VERSION_1.
| double occtl_prim_draft_prism_info::taper_angle |
Draft angle in radians.