|
FemMaterialtypeName Method
|
type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic).
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic abstract string typeName()
Public MustOverride Function typeName As String
public:
virtual String^ typeName() abstract
abstract typeName : unit -> string
Return Value
Type:
Stringreturn type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic).
See Also