Schema definition SingleAxisHingeJoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2841.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@anchorPoint   Optional
@axis   Optional
@forceOutput   Optional
@maxAngle   Optional
@minAngle   Optional
@stopBounce   Optional
@stopErrorCorrection   Optional
-body1   Optional
-body2   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / SingleAxisHingeJoint
-rigidBodyJoints > array items [0]+ / Schema / SingleAxisHingeJoint
source code "SingleAxisHingeJoint": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@anchorPoint": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@axis": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@forceOutput": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "NONE"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@maxAngle": {
            "type": "number",
            "exclusiveMinimum": -3.1416,
            "exclusiveMaximum": 3.1416,
            "default": 3.141592653
        },
        "@minAngle": {
            "type": "number",
            "exclusiveMinimum": -3.1416,
            "exclusiveMaximum": 3.1416,
            "default": -3.141592653
        },
        "@stopBounce": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "@stopErrorCorrection": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.8
        },
        "-body1": {
            "$ref": "#/definitions/-body"
        },
        "-body2": {
            "$ref": "#/definitions/-body"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property SingleAxisHingeJoint / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2842.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property SingleAxisHingeJoint / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2843.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property SingleAxisHingeJoint / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2844.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property SingleAxisHingeJoint / @anchorPoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2845.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@anchorPoint": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard SingleAxisHingeJoint / @anchorPoint > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2846.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property SingleAxisHingeJoint / @axis
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2847.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@axis": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 1
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        }
    ],
    "additionalItems": false
}

Array item SingleAxisHingeJoint / @axis > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2848.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Array item SingleAxisHingeJoint / @axis > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2849.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 1
}

Array item SingleAxisHingeJoint / @axis > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2850.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Property SingleAxisHingeJoint / @forceOutput
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2851.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@forceOutput": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "string",
            "default": "NONE"
        }
    ],
    "additionalItems": {
        "type": "string"
    }
}

Array item SingleAxisHingeJoint / @forceOutput > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2852.png
schema details
Default  "NONE"
type String
source code {
    "type": "string",
    "default": "NONE"
}

Array item wildcard SingleAxisHingeJoint / @forceOutput > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2853.png
type String
source code {
    "type": "string"
}

Property SingleAxisHingeJoint / @maxAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2854.png
property details
Occurrence  Optional
schema details
Default  3.141592653
type Numeric
numeric constraints
Minimum  -3.1416
Excl. Min  true
Maximum  3.1416
Excl. Max  true
source code "@maxAngle": {
    "type": "number",
    "exclusiveMinimum": -3.1416,
    "exclusiveMaximum": 3.1416,
    "default": 3.141592653
}

Property SingleAxisHingeJoint / @minAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2855.png
property details
Occurrence  Optional
schema details
Default  -3.141592653
type Numeric
numeric constraints
Minimum  -3.1416
Excl. Min  true
Maximum  3.1416
Excl. Max  true
source code "@minAngle": {
    "type": "number",
    "exclusiveMinimum": -3.1416,
    "exclusiveMaximum": 3.1416,
    "default": -3.141592653
}

Property SingleAxisHingeJoint / @stopBounce
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2856.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stopBounce": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Property SingleAxisHingeJoint / @stopErrorCorrection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2857.png
property details
Occurrence  Optional
schema details
Default  0.8
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stopErrorCorrection": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.8
}

Property SingleAxisHingeJoint / -body1
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2858.png
property details
Occurrence  Optional
reference -body
source code "-body1": {
    "$ref": "#/definitions/-body"
}

Property SingleAxisHingeJoint / -body2
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2859.png
property details
Occurrence  Optional
reference -body
source code "-body2": {
    "$ref": "#/definitions/-body"
}

Property SingleAxisHingeJoint / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2860.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property SingleAxisHingeJoint / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2861.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html