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

#include <occtl_curves_common.h>

Collaboration diagram for occtl_curve_trimmed_create_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_rep_id_t basis
 
double u_first
 
double u_last
 
int32_t sense
 

Detailed Description

Versioned create-info struct for a trimmed curve (3D or 2D).

The constructor makes an internal deep copy of the basis curve; basis may be freed after the call returns.

Member Data Documentation

◆ basis

occtl_rep_id_t occtl_curve_trimmed_create_info::basis

[in] Deep-copied internally.

◆ p_next

const void* occtl_curve_trimmed_create_info::p_next

Reserved; must be NULL.

◆ sense

int32_t occtl_curve_trimmed_create_info::sense

1 = same orientation as basis; -1 = reversed.

◆ struct_version

uint32_t occtl_curve_trimmed_create_info::struct_version

Must be OCCTL_CURVE_TRIMMED_CREATE_INFO_VERSION_1.

◆ u_first

double occtl_curve_trimmed_create_info::u_first

Start parameter on the basis curve.

◆ u_last

double occtl_curve_trimmed_create_info::u_last

End parameter on the basis curve; must be > u_first.


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