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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_axis2_placement_t | placement |
| double | dx |
| double | dy |
| double | dz |
| double | ltx |
Info for occtl_prim_make_wedge.
Builds a STEP right-angular wedge — a box of size dx by dy by dz with the +y face shrunk in X from dx to ltx. ltx must be in [0, dx].
| double occtl_prim_wedge_info::dx |
X size of the base face; strictly positive.
| double occtl_prim_wedge_info::dy |
Y depth between the two trapezoidal faces; positive.
| double occtl_prim_wedge_info::dz |
Z height of the base face; strictly positive.
| double occtl_prim_wedge_info::ltx |
X size of the top face; in [0, dx].
| const void* occtl_prim_wedge_info::p_next |
Reserved for extensions; must be NULL.
| occtl_axis2_placement_t occtl_prim_wedge_info::placement |
Local frame; defaults to XOY.
| uint32_t occtl_prim_wedge_info::struct_version |
Must be OCCTL_PRIM_WEDGE_INFO_VERSION_1.