Schema definition IsoSurfaceVolumeData
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1467.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
@bboxCenter   Optional
@bboxSize   Optional
@contourStepSize   Optional
@dimensions   Optional
@surfaceTolerance   Optional
@surfaceValues   Optional
-gradients   Optional
-metadata   Optional
-renderStyle   Optional
-voxels   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / IsoSurfaceVolumeData
-allNodes > array items [0]+ / Schema / IsoSurfaceVolumeData
-child / IsoSurfaceVolumeData
-children > array items [0]+ / Schema / IsoSurfaceVolumeData
source code "IsoSurfaceVolumeData": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bboxCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@bboxSize": {
            "$ref": "#/definitions/@bboxSize"
        },
        "@contourStepSize": {
            "type": "number",
            "default": 0
        },
        "@dimensions": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "exclusiveMinimum": 0,
                "default": 1
            }
        },
        "@surfaceTolerance": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@surfaceValues": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "-gradients": {
            "$ref": "#/definitions/-texture3D"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-renderStyle": {
            "$ref": "#/definitions/-renderStyles"
        },
        "-voxels": {
            "$ref": "#/definitions/-texture3D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property IsoSurfaceVolumeData / @bboxSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1473.png
property details
Occurrence  Optional
reference @bboxSize
source code "@bboxSize": {
    "$ref": "#/definitions/@bboxSize"
}

Property IsoSurfaceVolumeData / @contourStepSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1474.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@contourStepSize": {
    "type": "number",
    "default": 0
}

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

Array item wildcard IsoSurfaceVolumeData / @dimensions > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1476.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0,
    "default": 1
}

Property IsoSurfaceVolumeData / @surfaceTolerance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1477.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@surfaceTolerance": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property IsoSurfaceVolumeData / @surfaceValues
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1478.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@surfaceValues": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number"
    }
}

Array item wildcard IsoSurfaceVolumeData / @surfaceValues > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1479.png
type Numeric
source code {
    "type": "number"
}

Property IsoSurfaceVolumeData / -gradients
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1480.png
property details
Occurrence  Optional
reference -texture3D
source code "-gradients": {
    "$ref": "#/definitions/-texture3D"
}

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

Property IsoSurfaceVolumeData / -renderStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1482.png
property details
Occurrence  Optional
reference -renderStyles
source code "-renderStyle": {
    "$ref": "#/definitions/-renderStyles"
}

Property IsoSurfaceVolumeData / -voxels
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1483.png
property details
Occurrence  Optional
reference -texture3D
source code "-voxels": {
    "$ref": "#/definitions/-texture3D"
}

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