|
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 | radius |
Info for occtl_prim_make_circle.
Builds a one-edge closed wire for a full circle of radius radius lying in the XY plane of placement.
| const void* occtl_prim_circle_info::p_next |
Reserved; must be NULL.
| occtl_axis2_placement_t occtl_prim_circle_info::placement |
Centre and orientation; defaults to XOY.
| double occtl_prim_circle_info::radius |
Strictly positive.
| uint32_t occtl_prim_circle_info::struct_version |
Must be OCCTL_PRIM_CIRCLE_INFO_VERSION_1.