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

#include <occtl_curves.h>

Collaboration diagram for occtl_curve_offset_create_info:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_rep_id_t basis
 
occtl_vector3_t offset_dir
 
double offset
 

Detailed Description

Versioned create-info struct for an offset curve.

The constructor makes an internal deep copy of the basis curve.

Member Data Documentation

◆ basis

occtl_rep_id_t occtl_curve_offset_create_info::basis

[in] Deep-copied internally.

◆ offset

double occtl_curve_offset_create_info::offset

Signed offset distance.

◆ offset_dir

occtl_vector3_t occtl_curve_offset_create_info::offset_dir

Direction of the offset (must be non-zero).

◆ p_next

const void* occtl_curve_offset_create_info::p_next

Reserved; must be NULL.

◆ struct_version

uint32_t occtl_curve_offset_create_info::struct_version

Must be OCCTL_CURVE_OFFSET_CREATE_INFO_VERSION_1.


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