|
FemMaterial_OrthotropictypeName 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 override string typeName()
Public Overrides Function typeName As String
public:
virtual String^ typeName() override
abstract typeName : unit -> string
override typeName : unit -> string
Return Value
Type:
Stringreturn type-name of the material ("ISO" for isotropic, "ORTHO" for orthotropic).
See Also