Schema definition NurbsPatchSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1889.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
@solid   Optional
@uClosed   Optional
@uDimension   Optional
@uKnot   Optional
@uOrder   Optional
@uTessellation   Optional
@vClosed   Optional
@vDimension   Optional
@vKnot   Optional
@vOrder   Optional
@vTessellation   Optional
@weight   Optional
-controlPoint   Optional
-metadata   Optional
-texCoord   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / NurbsPatchSurface
-geometry / NurbsPatchSurface
-geometryNurbsSurface > array items [0]+ / Schema / NurbsPatchSurface
source code "NurbsPatchSurface": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "@uClosed": {
            "type": "boolean",
            "default": false
        },
        "@uDimension": {
            "type": "integer",
            "minimum": 0,
            "default": 0
        },
        "@uKnot": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@uOrder": {
            "type": "integer",
            "minimum": 2,
            "default": 3
        },
        "@uTessellation": {
            "type": "integer",
            "default": 0
        },
        "@vClosed": {
            "type": "boolean",
            "default": false
        },
        "@vDimension": {
            "type": "integer",
            "minimum": 0,
            "default": 0
        },
        "@vKnot": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@vOrder": {
            "type": "integer",
            "minimum": 2,
            "default": 3
        },
        "@vTessellation": {
            "type": "integer",
            "default": 0
        },
        "@weight": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "exclusiveMinimum": 0
            }
        },
        "-controlPoint": {
            "$ref": "#/definitions/-coord"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-texCoord": {
            "$ref": "#/definitions/-texCoordNurbs"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property NurbsPatchSurface / @uDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1895.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@uDimension": {
    "type": "integer",
    "minimum": 0,
    "default": 0
}

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

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

Property NurbsPatchSurface / @uOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1898.png
property details
Occurrence  Optional
schema details
Default  3
type Numeric
numeric constraints
Mode  Integer
Minimum  2
source code "@uOrder": {
    "type": "integer",
    "minimum": 2,
    "default": 3
}

Property NurbsPatchSurface / @uTessellation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1899.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code "@uTessellation": {
    "type": "integer",
    "default": 0
}

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

Property NurbsPatchSurface / @vDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1901.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@vDimension": {
    "type": "integer",
    "minimum": 0,
    "default": 0
}

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

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

Property NurbsPatchSurface / @vOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1904.png
property details
Occurrence  Optional
schema details
Default  3
type Numeric
numeric constraints
Mode  Integer
Minimum  2
source code "@vOrder": {
    "type": "integer",
    "minimum": 2,
    "default": 3
}

Property NurbsPatchSurface / @vTessellation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1905.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code "@vTessellation": {
    "type": "integer",
    "default": 0
}

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

Array item wildcard NurbsPatchSurface / @weight > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1907.png
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0
}

Property NurbsPatchSurface / -controlPoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1908.png
property details
Occurrence  Optional
reference -coord
source code "-controlPoint": {
    "$ref": "#/definitions/-coord"
}

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

Property NurbsPatchSurface / -texCoord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1910.png
property details
Occurrence  Optional
reference -texCoordNurbs
source code "-texCoord": {
    "$ref": "#/definitions/-texCoordNurbs"
}

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