|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_prim_sweep.h>

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | profile |
| occtl_node_id_t | spine_wire |
Info for occtl_prim_make_pipe.
Sweeps profile along spine_wire (a G1-continuous wire of graph). The angle between profile and spine is preserved along the sweep.
| const void* occtl_prim_pipe_info::p_next |
Reserved for extensions; must be NULL.
| occtl_node_id_t occtl_prim_pipe_info::profile |
Borrows it. Vertex/Edge/Wire/Face/Shell to sweep.
| occtl_node_id_t occtl_prim_pipe_info::spine_wire |
Borrows it. Must be of kind OCCTL_KIND_WIRE.
| uint32_t occtl_prim_pipe_info::struct_version |
Must be OCCTL_PRIM_PIPE_INFO_VERSION_1.