|
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_face |
| double | height |
| double | taper_angle |
Info for occtl_prim_make_extrude_tapered.
Semantic wrapper for tapered extrusion of one Face profile. The taper follows the profile Face normal.
| double occtl_prim_extrude_tapered_info::height |
Positive OCCT draft-prism height.
| const void* occtl_prim_extrude_tapered_info::p_next |
Reserved; must be NULL.
| occtl_node_id_t occtl_prim_extrude_tapered_info::profile_face |
Borrows it. Face to taper/extrude.
| uint32_t occtl_prim_extrude_tapered_info::struct_version |
Must be OCCTL_PRIM_EXTRUDE_TAPERED_INFO_VERSION_1.
| double occtl_prim_extrude_tapered_info::taper_angle |
Draft angle in radians.