Difference between revisions of "Arc2D"
From Web3D.org
| (2 intermediate revisions by the same user not shown) | |||
| Line 20: | Line 20: | ||
# A single, optional IS. | # A single, optional IS. | ||
| − | # A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. |
===Attributes=== | ===Attributes=== | ||
| Line 35: | Line 35: | ||
# A single, optional IS. | # A single, optional IS. | ||
| − | # A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. |
===Attributes=== | ===Attributes=== | ||
| − | * There ''endAngle'' field is restricted to values between ±6. | + | * There ''endAngle'' field is restricted to values between ±6.283185307. |
| − | * There ''radius'' field is restricted to non-negative values. | + | * There ''radius'' field is restricted to non-negative values, i.e. greater than zero. |
| − | * There ''startAngle'' field is restricted to values between ± | + | * There ''startAngle'' field is restricted to values between ±6.283185307. |
| − | + | ||
| − | + | ||
==Schematron validation== | ==Schematron validation== | ||
Latest revision as of 01:40, 24 April 2015
Contents
Arc2D
Specification Link: Arc2D
Arc2D : X3DGeometryNode {
SFNode [in,out] metadata NULL [X3DMetadataObject]
SFFloat [] endAngle π/2 [-2π,2π]
SFFloat [] radius 1 (0,∞)
SFFloat [] startAngle 0 [-2π,2π]
}
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 endAngle field.
- There are no limits on the acceptable range of values for the radius field.
- There are no limits on the acceptable range of values for the startAngle 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 endAngle field is restricted to values between ±6.283185307.
- There radius field is restricted to non-negative values, i.e. greater than zero.
- There startAngle field is restricted to values between ±6.283185307.
Schematron validation
TBD