3DCoat Core API
The 3DCoat API documentation.
Public Member Functions | Public Attributes | List of all members
coat::boltHead::eye Struct Reference

struct of the eye data More...

#include <CorePrimAPI.h>

Public Member Functions

 eye ()
 constructor.
 
 eye (float _thick, float _d1, float _d2)
 constructor. More...
 
eyeinRingDiameter (float _d)
 set the inner ring diameter. More...
 
eyeoutRingDiameter (float _d)
 set the outer ring diameter. More...
 
eyethickness (float _t)
 set the thickness. More...
 
 operator void * () const
 () operator
 

Public Attributes

float _thickness
 
float _inRingDiameter
 
float _outRingDiameter
 

Detailed Description

struct of the eye data

Constructor & Destructor Documentation

◆ eye()

coat::boltHead::eye::eye ( float  _thick,
float  _d1,
float  _d2 
)

constructor.

Parameters
_thickthickness
_dlinner ring diameter
_d2outer ring diameter

Member Function Documentation

◆ inRingDiameter()

eye & coat::boltHead::eye::inRingDiameter ( float  _d)

set the inner ring diameter.

Parameters
_ddiameter
Returns
eye reference

◆ outRingDiameter()

eye & coat::boltHead::eye::outRingDiameter ( float  _d)

set the outer ring diameter.

Parameters
_ddiameter
Returns
eye reference

◆ thickness()

eye & coat::boltHead::eye::thickness ( float  _t)

set the thickness.

Parameters
_tthickness
Returns
eye reference

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