OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_prim_halfspace_info Struct Reference

#include <occtl_prim_solid.h>

Collaboration diagram for occtl_prim_halfspace_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t face
 
occtl_point3_t reference_point
 

Detailed Description

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.

Member Data Documentation

◆ face

occtl_node_id_t occtl_prim_halfspace_info::face

Borrows it. Bounding face; must be of kind OCCTL_KIND_FACE.

◆ p_next

const void* occtl_prim_halfspace_info::p_next

Reserved for extensions; must be NULL.

◆ reference_point

occtl_point3_t occtl_prim_halfspace_info::reference_point

A point on the side of face where the matter lies.

◆ struct_version

uint32_t occtl_prim_halfspace_info::struct_version

Must be OCCTL_PRIM_HALFSPACE_INFO_VERSION_1.


The documentation for this struct was generated from the following file: