|
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_point3_t | start |
| occtl_point3_t | via |
| occtl_point3_t | end |
Info for occtl_prim_make_arc_3pt.
Builds a single-edge wire on the arc of the unique circle passing through start, via, and end. via must lie strictly between the other two on the arc.
| occtl_point3_t occtl_prim_arc_3pt_info::end |
End of the arc.
| const void* occtl_prim_arc_3pt_info::p_next |
Reserved; must be NULL.
| occtl_point3_t occtl_prim_arc_3pt_info::start |
Start of the arc.
| uint32_t occtl_prim_arc_3pt_info::struct_version |
Must be OCCTL_PRIM_ARC_3PT_INFO_VERSION_1.
| occtl_point3_t occtl_prim_arc_3pt_info::via |
Intermediate point on the arc.