OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_prim_draft_prism_info Struct Reference

#include <occtl_prim_feature.h>

Collaboration diagram for occtl_prim_draft_prism_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t profile
 
double height
 
double taper_angle
 

Detailed Description

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.

Member Data Documentation

◆ height

double occtl_prim_draft_prism_info::height

Positive OCCT draft-prism height.

◆ p_next

const void* occtl_prim_draft_prism_info::p_next

Reserved; must be NULL.

◆ profile

occtl_node_id_t occtl_prim_draft_prism_info::profile

Borrows it. Face to taper/extrude.

◆ struct_version

uint32_t occtl_prim_draft_prism_info::struct_version

Must be OCCTL_PRIM_DRAFT_PRISM_INFO_VERSION_1.

◆ taper_angle

double occtl_prim_draft_prism_info::taper_angle

Draft angle in radians.


The documentation for this struct was generated from the following file: