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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_rep_id_t | basis |
| double | u_first |
| double | u_last |
| double | v_first |
| double | v_last |
| int32_t | u_sense |
| int32_t | v_sense |
Versioned create-info for a rectangular-trimmed surface.
Trims the basis surface to the parametric box [u_first, u_last] x [v_first, v_last]. When trim_u is non-zero the trim is applied in U; when trim_v is non-zero it is applied in V.
| occtl_rep_id_t occtl_surface_rectangular_trimmed_create_info::basis |
[in] Surface rep id. Must be valid.
| const void* occtl_surface_rectangular_trimmed_create_info::p_next |
Reserved; must be NULL.
| uint32_t occtl_surface_rectangular_trimmed_create_info::struct_version |
Must be OCCTL_SURFACE_RECTANGULAR_TRIMMED_CREATE_INFO_VERSION_1.
| int32_t occtl_surface_rectangular_trimmed_create_info::u_sense |
1 = same direction; -1 = reversed.
| int32_t occtl_surface_rectangular_trimmed_create_info::v_sense |
1 = same direction; -1 = reversed.