...
Name | Description |
---|---|
setName | Sets coating name. |
getName | Gets coating name. |
setState | Enables/disables the coating. |
getState | Gets whether the coating is enabled. |
getReflectance | Gets a reference of the Cmaxwell::Creflectance of this coating. |
setThickness | Sets the thickness of the coating. |
getThickness | Gets the thickness of the coating. |
setActiveThickness | Sets the active thickness of the coating. |
getActiveThickness | Gets the active thickness of the coating. |
setThicknessRange | Sets the thickness range. |
getThicknessRange | Gets the thickness range. |
...
0 = Error getting coating name.
1 = Success.
Python
Coating name.
Anchor | ||||
---|---|---|---|---|
|
...
0 = Error getting coating enabled state.
1 = Success.
Python
Coating enabled state.
...
0 = Error getting thickness.
1 = Success.
Python
Coating thickness.
Anchor | ||||
---|---|---|---|---|
|
...
0 = Error getting active thickness.
1 = Success.
Python
Coating active thickness.
Anchor | ||||
---|---|---|---|---|
|
setThicknessRange
Sets the thickness range of the coating.
Language | Syntax |
---|---|
C++ | byte setThicknessRange( real min, real max ) |
Python | int setThicknessRange( float min, float max ) |
Return value
0 = Error setting thickness range.
1 = Success.
Anchor | ||||
---|---|---|---|---|
|
getThicknessRange
Gets the active thickness of the coating.
Language | Syntax |
---|---|
C++ | byte getThicknessRange( real& min, real& max ) |
Python | (min,max) getThicknessRange() |
Return Value
C++
0 = Error getting thickness range.
...
1 = Success.
Python
Tuple (min,max) containing thickness range.