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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_linear_pattern_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_vector3_t direction
 
int32_t count
 
double step
 

Detailed Description

Configuration for occtl_topo_make_linear_pattern.

Member Data Documentation

◆ count

int32_t occtl_topo_linear_pattern_options::count

Number of instances (including original). Default 2.

◆ direction

occtl_vector3_t occtl_topo_linear_pattern_options::direction

Translation direction per step. Default (0,0,1).

◆ p_next

const void* occtl_topo_linear_pattern_options::p_next

Reserved; set to NULL.

◆ step

double occtl_topo_linear_pattern_options::step

Translation distance per step. Default 10.0.

◆ struct_version

uint32_t occtl_topo_linear_pattern_options::struct_version

Must be OCCTL_TOPO_LINEAR_PATTERN_OPTIONS_VERSION_1.


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