ElasticMaterial Schema
undefinedElastic uniaxial material.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | ElasticMaterial.schema.json |
ElasticMaterial Type
object (ElasticMaterial)
ElasticMaterial Default Value
The default value is:
{}ElasticMaterial Examples
{
"name": "1",
"type": "ElasticMaterial",
"Epos": 439679,
"Eneg": 439679,
"eta": 0
}ElasticMaterial Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| name | string |
Required | cannot be null | ElasticMaterial |
| type | string |
Required | cannot be null | ElasticMaterial |
| Epos | integer |
Required | cannot be null | ElasticMaterial |
| Eneg | number |
Required | cannot be null | ElasticMaterial |
| eta | number |
Required | cannot be null | ElasticMaterial |
| Additional Properties | Any | Optional | can be null |
name
name
is required
Type:
string(The name schema)cannot be null
defined in: ElasticMaterial
name Type
string (The name schema)
type
type
is required
Type:
string(The type schema)cannot be null
defined in: ElasticMaterial
type Type
string (The type schema)
Epos
An explanation about the purpose of this instance.
Epos
is required
Type:
integer(The Epos schema)cannot be null
defined in: ElasticMaterial
Epos Type
integer (The Epos schema)
Epos Examples
439679Eneg
An explanation about the purpose of this instance.
Eneg
is required
Type:
number(The Eneg schema)cannot be null
defined in: ElasticMaterial
Eneg Type
number (The Eneg schema)
Eneg Examples
439679eta
An explanation about the purpose of this instance.
eta
is required
Type:
number(The eta schema)cannot be null
defined in: ElasticMaterial
eta Type
number (The eta schema)
eta Examples
0Additional Properties
Additional properties are allowed and do not have to follow a specific schema