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

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

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

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