Skip to content

Material.iron()

Description

Iron material.

Syntax

JS
Material.iron(fillCoefs: Array<Number> = [], dsomaloy: Number = 0) -> IronMaterial

Parameters

Parameter Type Default Value Optional Description
fillCoefs Array<Number> [] Material filling coefficient.
dsomaloy Number 0 Smallest cross-sectional component of the [m] for the Somaloy material.

Return value

Type Description
IronMaterial IronMaterial object.

Example

JS
let m = Material.iron()
console.info(m) // output: Iron
Last update: 14 August 2025, 18:47