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. |