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

#include <occtl_prim_feature.h>

Collaboration diagram for occtl_prim_ruled_surface_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_node_id_t section_a
 
occtl_node_id_t section_b
 

Detailed Description

Info for occtl_prim_make_ruled_surface.

Builds a ruled surface between two existing graph sections using OCCT BRepFill. Both sections must have the same topological kind: Edge + Edge produces a Face, while Wire + Wire produces a Shell.

Member Data Documentation

◆ p_next

const void* occtl_prim_ruled_surface_info::p_next

Reserved; must be NULL.

◆ section_a

occtl_node_id_t occtl_prim_ruled_surface_info::section_a

Borrows it. First Edge or Wire section.

◆ section_b

occtl_node_id_t occtl_prim_ruled_surface_info::section_b

Borrows it. Second Edge or Wire section.

◆ struct_version

uint32_t occtl_prim_ruled_surface_info::struct_version

Must be OCCTL_PRIM_RULED_SURFACE_INFO_VERSION_1.


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