Skip to main content

FemMaterialInfo

Other

Information about a material in the FEM model.

Import

import ScriptingApi as api

# Access the class
# FemMaterialInfo is available via api.FemMaterialInfo

Properties

name

Material name.

Type: str


model

Material model type. Use api.FemMaterialModel()

Type: FemMaterialModel


density

Material density in kg/m³.

Type: float


youngs_modulus

Young's modulus in Pa.

Type: float


poissons_ratio

Poisson's ratio.

Type: float


See Also