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

#include <occtl_prim_sweep.h>

Collaboration diagram for occtl_prim_pipe_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t profile
 
occtl_node_id_t spine_wire
 

Detailed Description

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.

Member Data Documentation

◆ p_next

const void* occtl_prim_pipe_info::p_next

Reserved for extensions; must be NULL.

◆ profile

occtl_node_id_t occtl_prim_pipe_info::profile

Borrows it. Vertex/Edge/Wire/Face/Shell to sweep.

◆ spine_wire

occtl_node_id_t occtl_prim_pipe_info::spine_wire

Borrows it. Must be of kind OCCTL_KIND_WIRE.

◆ struct_version

uint32_t occtl_prim_pipe_info::struct_version

Must be OCCTL_PRIM_PIPE_INFO_VERSION_1.


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