|
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_node_id_t | face |
| occtl_point3_t | reference_point |
Info for occtl_prim_make_halfspace.
A half-space is an infinite solid bounded by one face. Given a face face from the graph and a reference point reference_point not on the face's surface, the half-space is the side of the face containing reference_point. Typical use is as a cutting tool for Booleans.
| occtl_node_id_t occtl_prim_halfspace_info::face |
Borrows it. Bounding face; must be of kind OCCTL_KIND_FACE.
| const void* occtl_prim_halfspace_info::p_next |
Reserved for extensions; must be NULL.
| occtl_point3_t occtl_prim_halfspace_info::reference_point |
A point on the side of face where the matter lies.
| uint32_t occtl_prim_halfspace_info::struct_version |
Must be OCCTL_PRIM_HALFSPACE_INFO_VERSION_1.