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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_axis2_placement_t | placement |
| double | width |
| double | height |
Info for occtl_prim_make_rectangle.
Builds a closed four-edge wire centred on placement.location, with width along the placement's X axis and height along its Y axis.
| double occtl_prim_rectangle_info::height |
Extent along the placement Y axis; strictly positive.
| const void* occtl_prim_rectangle_info::p_next |
Reserved; must be NULL.
| occtl_axis2_placement_t occtl_prim_rectangle_info::placement |
Centre and orientation; defaults to XOY.
| uint32_t occtl_prim_rectangle_info::struct_version |
Must be OCCTL_PRIM_RECTANGLE_INFO_VERSION_1.
| double occtl_prim_rectangle_info::width |
Extent along the placement X axis; strictly positive.