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

#include <occtl_topo_build.h>

Public Attributes

double u_min
 
double u_max
 
double v_min
 
double v_max
 
int32_t is_natural_restriction
 

Detailed Description

Face UV bounds value computed for a graph node.

Member Data Documentation

◆ is_natural_restriction

int32_t occtl_graph_uv_bounds::is_natural_restriction

0/1; face uses the full surface domain.

◆ u_max

double occtl_graph_uv_bounds::u_max

Maximum U parameter.

◆ u_min

double occtl_graph_uv_bounds::u_min

Minimum U parameter.

◆ v_max

double occtl_graph_uv_bounds::v_max

Maximum V parameter.

◆ v_min

double occtl_graph_uv_bounds::v_min

Minimum V parameter.


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