Skip to content

IronMaterial()

Description

Constructor of the IronMaterial type.

Syntax

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

Parameters

Parameter Type Default Value Mandatory Description
fillCoefs Array<Number> [] Coefficient of material filling.
dsomaloy Number 0 Minimum transverse section of the component [m] for Somaloy material.

Return value

Type Description
IronMaterial Object of type IronMaterial.

Example

JS
let m = new IronMaterial()
console.info(m)

See also

Last update: 14 August 2025, 18:47