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

#include <occtl_surfaces.h>

Collaboration diagram for occtl_surface_rectangular_trimmed_create_info:

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
 

Detailed Description

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.

Member Data Documentation

◆ basis

occtl_rep_id_t occtl_surface_rectangular_trimmed_create_info::basis

[in] Surface rep id. Must be valid.

◆ p_next

const void* occtl_surface_rectangular_trimmed_create_info::p_next

Reserved; must be NULL.

◆ struct_version

uint32_t occtl_surface_rectangular_trimmed_create_info::struct_version

Must be OCCTL_SURFACE_RECTANGULAR_TRIMMED_CREATE_INFO_VERSION_1.

◆ u_sense

int32_t occtl_surface_rectangular_trimmed_create_info::u_sense

1 = same direction; -1 = reversed.

◆ v_sense

int32_t occtl_surface_rectangular_trimmed_create_info::v_sense

1 = same direction; -1 = reversed.


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