Schema definition -nurbsCurve
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4390.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF NurbsCurve content
type Object
properties
Name   Occurrence
NurbsCurve   Optional
ProtoInstance   Optional
used by NurbsSweptSurface / -trajectoryCurve
source code "-nurbsCurve": {
    "description": "SF NurbsCurve content",
    "type": "object",
    "properties": {
        "NurbsCurve": {
            "$ref": "#/definitions/NurbsCurve"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

Property -nurbsCurve / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4392.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