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

#include <occtl_geom.h>

Collaboration diagram for occtl_geom_hyperbola_t:

Public Attributes

occtl_axis2_placement_t position
 
double major_radius
 
double minor_radius
 

Detailed Description

3D hyperbola data — axis-2 frame plus real and imaginary semi-axes.

major_radius is the real semi-axis; minor_radius is the imaginary semi-axis. Both must be > 0.

Member Data Documentation

◆ major_radius

double occtl_geom_hyperbola_t::major_radius

Real semi-axis length.

◆ minor_radius

double occtl_geom_hyperbola_t::minor_radius

Imaginary semi-axis length.

◆ position

occtl_axis2_placement_t occtl_geom_hyperbola_t::position

Hyperbola plane and orientation.


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