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

Public Attributes | |
| occtl_node_id_t | face |
| occtl_point3_t | point |
| occtl_point2_t | uv |
| double | parameter |
| occtl_direction3_t | normal |
| int32_t | has_normal |
| occtl_topo_point_class_t | location |
One intersection between an axis and a face under a graph root.
| occtl_node_id_t occtl_topo_axis_hit::face |
Face node hit by the axis.
| int32_t occtl_topo_axis_hit::has_normal |
1 when normal is valid, 0 otherwise.
| occtl_topo_point_class_t occtl_topo_axis_hit::location |
OCCT face-state classification for the hit.
| occtl_direction3_t occtl_topo_axis_hit::normal |
Oriented face normal at uv when has_normal != 0.
| double occtl_topo_axis_hit::parameter |
Signed axis parameter from the axis location.
| occtl_point3_t occtl_topo_axis_hit::point |
3D hit point.
| occtl_point2_t occtl_topo_axis_hit::uv |
Surface parameters on face.