|
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_axis1_placement_t | axis |
| int32_t | count |
| double | angle |
Configuration for occtl_topo_make_circular_pattern.
| double occtl_topo_circular_pattern_options::angle |
Angular step in radians. Default OCCTL_ANGLE_90_DEG_RAD (90 degrees).
| occtl_axis1_placement_t occtl_topo_circular_pattern_options::axis |
Rotation axis. Default Z axis at origin.
| int32_t occtl_topo_circular_pattern_options::count |
Number of instances (including original). Default 4.
| const void* occtl_topo_circular_pattern_options::p_next |
Reserved; set to NULL.
| uint32_t occtl_topo_circular_pattern_options::struct_version |
Must be OCCTL_TOPO_CIRCULAR_PATTERN_OPTIONS_VERSION_1.