Versions Compared

Key

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

...

CmaterialPointer.

Methods

NameDescription
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.

Inherited methods

NameDescription
isNullChecks whether the object is null.

Anchor
setname
setname

setName

Sets coating name.

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

Return value

0 = Error getting coating name.

1 = Success.

Anchor
getname
getname

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.