ElasticMaterial Schema

undefined

Elastic 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

name Type

string (The name schema)

type

type

type Type

string (The type schema)

Epos

An explanation about the purpose of this instance.

Epos

Epos Type

integer (The Epos schema)

Epos Examples

439679

Eneg

An explanation about the purpose of this instance.

Eneg

Eneg Type

number (The Eneg schema)

Eneg Examples

439679

eta

An explanation about the purpose of this instance.

eta

eta Type

number (The eta schema)

eta Examples

0

Additional Properties

Additional properties are allowed and do not have to follow a specific schema

Back to top