Node Schema

#/properties/StructuralAnalysisModel/properties/geometry/properties/nodes/items
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none StructuralNode.schema.json

Node Type

object (Node)

Node Examples

{
  "name": 0,
  "ndf": 6,
  "crd": [
    0,
    240.453,
    0
  ],
  "mass": [
    0,
    0,
    0,
    0,
    0,
    0
  ]
}

Node Properties

Property Type Required Nullable Defined by
name integer Required cannot be null Node
ndf integer Required cannot be null Node
crd array Required cannot be null Node
mass array Optional cannot be null Node
Additional Properties Any Optional can be null

name

An explanation about the purpose of this instance.

name

  • is required

  • Type: integer (Node name)

  • cannot be null

  • defined in: Node

name Type

integer (Node name)

ndf

Number of degrees-of-freedom at node.

ndf

ndf Type

integer (Node degrees of freedom)

ndf Examples

6

crd

Node spatial coordinates.

crd

  • is required

  • Type: an array of merged types (Details)

  • cannot be null

  • defined in: Node

crd Type

an array of merged types (Details)

crd Examples

[
  0,
  240.453
]

mass

Assigned mass of each DOF at node.

mass

  • is optional

  • Type: an array of merged types (Details)

  • cannot be null

  • defined in: Node

mass Type

an array of merged types (Details)

mass Default Value

The default value is:

[
  [
    0,
    0,
    0
  ]
]

Additional Properties

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

Back to top