Schema definition -geometryNurbsSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4317.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF X3DNurbsSurfaceGeometryNode content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by NurbsSet / -geometry
source code "-geometryNurbsSurface": {
    "description": "MF X3DNurbsSurfaceGeometryNode content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "NurbsPatchSurface": {
                "$ref": "#/definitions/NurbsPatchSurface"
            },
            "NurbsTrimmedSurface": {
                "$ref": "#/definitions/NurbsTrimmedSurface"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -geometryNurbsSurface > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4318.png
type Object
properties
Name   Occurrence
NurbsPatchSurface   Optional
NurbsTrimmedSurface   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "NurbsPatchSurface": {
            "$ref": "#/definitions/NurbsPatchSurface"
        },
        "NurbsTrimmedSurface": {
            "$ref": "#/definitions/NurbsTrimmedSurface"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property -geometryNurbsSurface > array items [0]+ / Schema / NurbsPatchSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4319.png
property details
Occurrence  Optional
reference NurbsPatchSurface
source code "NurbsPatchSurface": {
    "$ref": "#/definitions/NurbsPatchSurface"
}

Property -geometryNurbsSurface > array items [0]+ / Schema / NurbsTrimmedSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4320.png
property details
Occurrence  Optional
reference NurbsTrimmedSurface
source code "NurbsTrimmedSurface": {
    "$ref": "#/definitions/NurbsTrimmedSurface"
}

Property -geometryNurbsSurface > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4321.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}


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