Schema definition ArcClose2D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p42.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
@closureType   Optional
@endAngle   Optional
@radius   Optional
@startAngle   Optional
@solid   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ArcClose2D
-geometry / ArcClose2D
source code "ArcClose2D": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@closureType": {
            "type": "string",
            "enum": [
                "CHORD",
                "PIE"
            ],
            "default": "PIE"
        },
        "@endAngle": {
            "type": "number",
            "exclusiveMinimum": -6.2832,
            "exclusiveMaximum": 6.2832,
            "default": 1.570796
        },
        "@radius": {
            "type": "number",
            "exclusiveMinimum": 0,
            "default": 1
        },
        "@startAngle": {
            "type": "number",
            "exclusiveMinimum": -6.2832,
            "exclusiveMaximum": 6.2832,
            "default": 0
        },
        "@solid": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ArcClose2D / @closureType
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p46.png
property details
Occurrence  Optional
schema details
Default  "PIE"
type String
enumerations
Type   Value
string   CHORD
string   PIE
source code "@closureType": {
    "type": "string",
    "enum": [
        "CHORD",
        "PIE"
    ],
    "default": "PIE"
}

Property ArcClose2D / @endAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p47.png
property details
Occurrence  Optional
schema details
Default  1.570796
type Numeric
numeric constraints
Minimum  -6.2832
Excl. Min  true
Maximum  6.2832
Excl. Max  true
source code "@endAngle": {
    "type": "number",
    "exclusiveMinimum": -6.2832,
    "exclusiveMaximum": 6.2832,
    "default": 1.570796
}

Property ArcClose2D / @radius
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p48.png
property details
Occurrence  Optional
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code "@radius": {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

Property ArcClose2D / @startAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p49.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  -6.2832
Excl. Min  true
Maximum  6.2832
Excl. Max  true
source code "@startAngle": {
    "type": "number",
    "exclusiveMinimum": -6.2832,
    "exclusiveMaximum": 6.2832,
    "default": 0
}

Property ArcClose2D / @solid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p50.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@solid": {
    "type": "boolean",
    "default": false
}

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

Property ArcClose2D / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p52.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