|
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 |
| const occtl_point3_t * | points |
| size_t | point_count |
| int32_t | closed |
Info for occtl_prim_make_polyline.
Builds an open or closed wire from a sequence of straight-line edges threaded between points (a polygon wire).
| int32_t occtl_prim_polyline_info::closed |
0/1. When 1, a closing segment from last to first point is added.
| const void* occtl_prim_polyline_info::p_next |
Reserved for extensions; must be NULL.
| size_t occtl_prim_polyline_info::point_count |
Length of points.
| const occtl_point3_t* occtl_prim_polyline_info::points |
Borrows it. Array of vertex coordinates; >= 2 points.
| uint32_t occtl_prim_polyline_info::struct_version |
Must be OCCTL_PRIM_POLYLINE_INFO_VERSION_1.