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

#include <occtl_geom.h>

Collaboration diagram for occtl_geom_circle_t:

Public Attributes

occtl_axis2_placement_t position
 
double radius
 

Detailed Description

3D circle data — axis-2 frame (center, normal, x-direction reference) plus radius.

The position.x_dir field is the normal to the circle plane (Z-axis of the local frame); position.x_dir_ref is the X-direction reference (where u=0 lies).

Member Data Documentation

◆ position

occtl_axis2_placement_t occtl_geom_circle_t::position

Circle plane and orientation.

◆ radius

double occtl_geom_circle_t::radius

Circle radius; must be > 0.


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