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

Public Member Functions

 __init__ (self)
 
 __init__ (self, float w, float h, float d, SlitType t)
 
Slit type (self, int _t)
 set the slit type.
 
int type (self)
 get the slit type.
 
Slit width (self, float _w)
 set the width.
 
float width (self)
 get the width.
 
Slit height (self, float _h)
 set the height.
 
float height (self)
 get the height.
 
Slit depth (self, float _d)
 set the depth.
 
float depth (self)
 get the depth.
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

coat.Slit.__init__ ( self)

◆ __init__() [2/2]

coat.Slit.__init__ ( self,
float w,
float h,
float d,
SlitType t )

Member Function Documentation

◆ depth() [1/2]

float coat.Slit.depth ( self)

get the depth.

Returns
depth value

◆ depth() [2/2]

Slit coat.Slit.depth ( self,
float _d )

set the depth.

Parameters
_ddepth value
Returns
slit reference

◆ height() [1/2]

float coat.Slit.height ( self)

get the height.

Returns
height value

◆ height() [2/2]

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

set the height.

Parameters
_hheight value
Returns
slit reference

◆ type() [1/2]

int coat.Slit.type ( self)

get the slit type.

Returns
type value

◆ type() [2/2]

Slit coat.Slit.type ( self,
int _t )

set the slit type.

Parameters
_ttype value
Returns
slit reference

◆ width() [1/2]

float coat.Slit.width ( self)

get the width.

Returns
width value

◆ width() [2/2]

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

set the width.

Parameters
_wwidth value
Returns
slit reference

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