Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
setNameSets coating name.
getNameGets coating name.
setState

Enables/disables the coating.

getStateGets whether the coating is enabled.
getReflectanceGets a reference of the Cmaxwell::Creflectance of this coating.
setThicknessSets the thickness of the coating.
getThicknessGets the thickness of the coating.
setActiveThicknessSets the active thickness of the coating.
getActiveThicknessGets the active thickness of the coating.
setThicknessRangeSets the thickness range.
getThicknessRangeGets the thickness range.

...

LanguageSyntax
C++Cmaxwell::Creflectance getReflectance()
PythonCreflectance getReflectance()

Anchor
setthickness
setthickness

setThickness

Sets the thickness of the coating.

LanguageSyntax
C++byte setThickness( Cmultivalue::Cmap& map )
Pythonint setThickness( Cmap map )

Return value

0 = Error setting thickness.

1 = Success.

Anchor
getthickness
getthickness

getThickness

Gets the thickness of the coating.

LanguageSyntax
C++byte getThickness( Cmultivalue::Cmap & map )
PythonCmap getThickness()

Return Value

C++

0 = Error getting thickness.

1 = Success

Python

Coating thickness.

Anchor
setactivethickness
setactivethickness

setActiveThickness

Sets the active thickness of the coating.

LanguageSyntax
C++byte setActiveThickness( Cmultivalue::Cmap& map )
Pythonint setActiveThickness( Cmap map )

Return value

0 = Error setting active thickness.

1 = Success.

Anchor
getactivethickness
getactivethickness

getActiveThickness

Gets the active thickness of the coating.

LanguageSyntax
C++byte getActiveThickness( Cmultivalue::Cmap & map )
PythonCmap getActiveThickness()

Return Value

C++

0 = Error getting active thickness.

1 = Success

Python

Coating active thickness.