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

Public Member Functions

 __init__ (self)
 
 __init__ (self, float _d, float _h, float _w)
 
TShapedParams diameter (self, float _d)
 set the diameter.
 
TShapedParams height (self, float _h)
 set the height.
 
TShapedParams width (self, float _w)
 set the width.
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

coat.TShapedParams.__init__ ( self)

◆ __init__() [2/2]

coat.TShapedParams.__init__ ( self,
float _d,
float _h,
float _w )

Member Function Documentation

◆ diameter()

TShapedParams coat.TShapedParams.diameter ( self,
float _d )

set the diameter.

Parameters
_ddiameter
Returns
TShapedParams reference

◆ height()

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

set the height.

Parameters
_hheight
Returns
TShapedParams reference

◆ width()

TShapedParams coat.TShapedParams.width ( self,
float _w )

set the width.

Parameters
_wwidth
Returns
TShapedParams reference

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