diagram | |||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by | Scene / -children > array items [0]+ / Schema / CADPart TransformSensor / -targetObject > array items [0]+ / Schema / CADPart -allNodes > array items [0]+ / Schema / CADPart -child / CADPart -children > array items [0]+ / Schema / CADPart -grouping > array items [0]+ / Schema / CADPart -pickTarget > array items [0]+ / Schema / CADPart |
||||||||||||||||||||||||||||
source code | "CADPart": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@bboxSize": { "$ref": "#/definitions/@bboxSize" }, "@center": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@name": { "type": "string" }, "@rotation": { "$ref": "#/definitions/@rotation" }, "@scale": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 1 } }, "@scaleOrientation": { "$ref": "#/definitions/@rotation" }, "@translation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" }, "CADFace": { "$ref": "#/definitions/CADFace" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } }, "-metadata": { "$ref": "#/definitions/-metadata" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@DEF": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@USE": { "type": "string" } |
diagram | |||
property details |
|
||
reference | IS | ||
source code | "IS": { "$ref": "#/definitions/IS" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
reference | @bboxSize | ||
source code | "@bboxSize": { "$ref": "#/definitions/@bboxSize" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@center": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@name": { "type": "string" } |
diagram | |||
property details |
|
||
reference | @rotation | ||
source code | "@rotation": { "$ref": "#/definitions/@rotation" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@scale": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 1 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 1 } |
diagram | |||
property details |
|
||
reference | @rotation | ||
source code | "@scaleOrientation": { "$ref": "#/definitions/@rotation" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@translation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" }, "CADFace": { "$ref": "#/definitions/CADFace" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } } |
diagram | |||||||||||
type | Object | ||||||||||
properties |
|
||||||||||
source code | { "type": "object", "properties": { "#comment": { "type": "string" }, "CADFace": { "$ref": "#/definitions/CADFace" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "#comment": { "type": "string" } |
diagram | |||
property details |
|
||
reference | CADFace | ||
source code | "CADFace": { "$ref": "#/definitions/CADFace" } |
diagram | |||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |
diagram | |||
property details |
|
||
reference | ROUTE | ||
source code | "ROUTE": { "$ref": "#/definitions/ROUTE" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |