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

#include <occtl_topo_algo.h>

Collaboration diagram for occtl_topo_circular_pattern_options:

Public Attributes

uint32_t struct_version
 
const void * p_next
 
occtl_axis1_placement_t axis
 
int32_t count
 
double angle
 

Detailed Description

Member Data Documentation

◆ angle

double occtl_topo_circular_pattern_options::angle

Angular step in radians. Default OCCTL_ANGLE_90_DEG_RAD (90 degrees).

◆ axis

occtl_axis1_placement_t occtl_topo_circular_pattern_options::axis

Rotation axis. Default Z axis at origin.

◆ count

int32_t occtl_topo_circular_pattern_options::count

Number of instances (including original). Default 4.

◆ p_next

const void* occtl_topo_circular_pattern_options::p_next

Reserved; set to NULL.

◆ struct_version

uint32_t occtl_topo_circular_pattern_options::struct_version

Must be OCCTL_TOPO_CIRCULAR_PATTERN_OPTIONS_VERSION_1.


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