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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_node_id_t | section_a |
| occtl_node_id_t | section_b |
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.
| const void* occtl_prim_ruled_surface_info::p_next |
Reserved; must be NULL.
| occtl_node_id_t occtl_prim_ruled_surface_info::section_a |
Borrows it. First Edge or Wire section.
| occtl_node_id_t occtl_prim_ruled_surface_info::section_b |
Borrows it. Second Edge or Wire section.
| uint32_t occtl_prim_ruled_surface_info::struct_version |
Must be OCCTL_PRIM_RULED_SURFACE_INFO_VERSION_1.