3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
coat.LambParams Class Reference

Public Member Functions

 __init__ (self)
 
 __init__ (self, float _l, float _dtop, float _dbottom, float _hh, float _h, float _thick)
 
LambParams length (self, float _l)
 set the length.
 
LambParams diameterTop (self, float _d)
 set the top diameter.
 
LambParams diameterBottom (self, float _d)
 set the bottom diameter.
 
LambParams height (self, float _h)
 set the height.
 
LambParams headHeight (self, float _h)
 set the head height.
 
LambParams thickness (self, float _t)
 set the thickness.
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

coat.LambParams.__init__ ( self)

◆ __init__() [2/2]

coat.LambParams.__init__ ( self,
float _l,
float _dtop,
float _dbottom,
float _hh,
float _h,
float _thick )

Member Function Documentation

◆ diameterBottom()

LambParams coat.LambParams.diameterBottom ( self,
float _d )

set the bottom diameter.

Parameters
_dbottom diameter
Returns
LambParams reference

◆ diameterTop()

LambParams coat.LambParams.diameterTop ( self,
float _d )

set the top diameter.

Parameters
_dtop diameter
Returns
LambParams reference

◆ headHeight()

LambParams coat.LambParams.headHeight ( self,
float _h )

set the head height.

Parameters
_hheight
Returns
LambParams reference

◆ height()

LambParams coat.LambParams.height ( self,
float _h )

set the height.

Parameters
_hheight
Returns
LambParams reference

◆ length()

LambParams coat.LambParams.length ( self,
float _l )

set the length.

Parameters
_llength
Returns
LambParams reference

◆ thickness()

LambParams coat.LambParams.thickness ( self,
float _t )

set the thickness.

Parameters
_tthickness
Returns
LambParams reference

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