Schema definition NurbsTrimmedSurface
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1990.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
-trimmingContour   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / NurbsTrimmedSurface
-geometry / NurbsTrimmedSurface
-geometryNurbsSurface > array items [0]+ / Schema / NurbsTrimmedSurface
source code "NurbsTrimmedSurface": {
    "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"
        },
        "-trimmingContour": {
            "$ref": "#/definitions/-trimmingContour"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property NurbsTrimmedSurface / @uDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1996.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 NurbsTrimmedSurface / @uKnot
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1997.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 NurbsTrimmedSurface / @uKnot > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1998.png
type Numeric
source code {
    "type": "number"
}

Property NurbsTrimmedSurface / @uOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1999.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 NurbsTrimmedSurface / @uTessellation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2000.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code "@uTessellation": {
    "type": "integer",
    "default": 0
}

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

Property NurbsTrimmedSurface / @vDimension
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2002.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 NurbsTrimmedSurface / @vKnot
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2003.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 NurbsTrimmedSurface / @vKnot > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2004.png
type Numeric
source code {
    "type": "number"
}

Property NurbsTrimmedSurface / @vOrder
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2005.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 NurbsTrimmedSurface / @vTessellation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2006.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code "@vTessellation": {
    "type": "integer",
    "default": 0
}

Property NurbsTrimmedSurface / @weight
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2007.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 NurbsTrimmedSurface / @weight > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2008.png
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0
}

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

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

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

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

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