Difference between revisions of "Circle2D"
From Web3D.org
Abergstrom (Talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
* [[Node Reference]] | * [[Node Reference]] | ||
+ | |||
==Circle2D== | ==Circle2D== | ||
+ | |||
+ | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry2D.html#Circle2D Circle2D] | ||
<pre> | <pre> | ||
Line 9: | Line 12: | ||
</pre> | </pre> | ||
− | + | ==DTD Validation== | |
+ | |||
+ | ===Children=== | ||
+ | |||
+ | Children must appear as follows: | ||
+ | |||
+ | # A single, optional IS. | ||
+ | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
+ | |||
+ | ===Attributes=== | ||
+ | |||
+ | * There are no limits on the acceptable range of values for the ''radius'' field. | ||
+ | |||
+ | ==Schema Validation== | ||
+ | |||
+ | ===Children=== | ||
+ | |||
+ | Children must appear as follows: | ||
+ | |||
+ | # A single, optional IS. | ||
+ | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
+ | |||
+ | ===Attributes=== | ||
+ | |||
+ | * There ''radius'' field is restricted to positive values, i.e. greater than or equal to zero. | ||
+ | |||
+ | ==Schematron validation== | ||
+ | |||
+ | TBD | ||
− | |||
− | |||
* [[Node Reference]] | * [[Node Reference]] |
Latest revision as of 14:38, 7 May 2015
Contents
Circle2D
Specification Link: Circle2D
Circle2D : X3DGeometryNode { SFNode [in,out] metadata NULL [X3DMetadataObject] SFFloat [] radius 1 (0,∞) }
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
- There are no limits on the acceptable range of values for the radius field.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
Attributes
- There radius field is restricted to positive values, i.e. greater than or equal to zero.
Schematron validation
TBD