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

Public Attributes | |
| occtl_node_id_t | edge |
| occtl_node_id_t | support_face |
| occtl_topo_filling_continuity_t | continuity |
| int32_t | is_boundary |
Edge constraint for occtl_topo_make_filling_patch.
| occtl_topo_filling_continuity_t occtl_topo_filling_patch_edge::continuity |
C0/G1/G2 constraint.
| occtl_node_id_t occtl_topo_filling_patch_edge::edge |
Boundary or free Edge constraint.
| int32_t occtl_topo_filling_patch_edge::is_boundary |
0/1. Non-zero when edge bounds the output face.
| occtl_node_id_t occtl_topo_filling_patch_edge::support_face |
Optional support Face; use invalid NodeId for none.