|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_topo_build.h>
Public Attributes | |
| double | u_min |
| double | u_max |
| double | v_min |
| double | v_max |
| int32_t | is_natural_restriction |
Face UV bounds value computed for a graph node.
| int32_t occtl_graph_uv_bounds::is_natural_restriction |
0/1; face uses the full surface domain.
| double occtl_graph_uv_bounds::u_max |
Maximum U parameter.
| double occtl_graph_uv_bounds::u_min |
Minimum U parameter.
| double occtl_graph_uv_bounds::v_max |
Maximum V parameter.
| double occtl_graph_uv_bounds::v_min |
Minimum V parameter.