Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

C++Python
Cmaxwell::CcoatingCcoating

Coating description.

Inherits from

CmaterialPointer.

Methods

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.

Inherited methods

NameDescription
isNullChecks whether the object is null.

setName

Sets coating name.

LanguageSyntax
C++byte setName( const char* pName )
Pythonint setName( str name )

Return value

0 = Error getting coating name.

1 = Success.

getName

Gets coating name.

LanguageSyntax
C++byte getName( char** pName )
Pythonstr getName()

Return Value

C++

0 = Error getting coating name.

1 = Success

Python

Coating name.

 

 

 

 

 

 

 

 

 

 

  • No labels