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

Public Attributes | |
| uint32_t | struct_version |
| const void * | p_next |
| occtl_vector3_t | direction |
| int32_t | count |
| double | step |
Configuration for occtl_topo_make_linear_pattern.
| int32_t occtl_topo_linear_pattern_options::count |
Number of instances (including original). Default 2.
| occtl_vector3_t occtl_topo_linear_pattern_options::direction |
Translation direction per step. Default (0,0,1).
| const void* occtl_topo_linear_pattern_options::p_next |
Reserved; set to NULL.
| double occtl_topo_linear_pattern_options::step |
Translation distance per step. Default 10.0.
| uint32_t occtl_topo_linear_pattern_options::struct_version |
Must be OCCTL_TOPO_LINEAR_PATTERN_OPTIONS_VERSION_1.