Schema definition NurbsSwungSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1962.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
@ccw   Optional
@solid   Optional
-metadata   Optional
-profileCurve   Optional
-trajectoryCurve   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / NurbsSwungSurface
-geometry / NurbsSwungSurface
source code "NurbsSwungSurface": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": true
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-profileCurve": {
            "$ref": "#/definitions/-nurbsCurve2D"
        },
        "-trajectoryCurve": {
            "$ref": "#/definitions/-nurbsCurve2D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property NurbsSwungSurface / @ccw
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1966.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@ccw": {
    "type": "boolean",
    "default": true
}

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

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

Property NurbsSwungSurface / -profileCurve
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1969.png
property details
Occurrence  Optional
reference -nurbsCurve2D
source code "-profileCurve": {
    "$ref": "#/definitions/-nurbsCurve2D"
}

Property NurbsSwungSurface / -trajectoryCurve
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1970.png
property details
Occurrence  Optional
reference -nurbsCurve2D
source code "-trajectoryCurve": {
    "$ref": "#/definitions/-nurbsCurve2D"
}

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