Difference between revisions of "ArcClose2D"
From Web3D.org
Abergstrom (Talk | contribs) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
*[[Node Reference]] | *[[Node Reference]] | ||
==ArcClose2D== | ==ArcClose2D== | ||
+ | |||
+ | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry2D.html#ArcClose2D ArcClose2D] | ||
+ | |||
<pre> | <pre> | ||
ArcClose2D : X3DGeometryNode { | ArcClose2D : X3DGeometryNode { | ||
Line 12: | Line 15: | ||
</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=== | ||
+ | |||
+ | * The ''closureType'' field can only accept one of the two values "PIE" or "CHORD". | ||
+ | * 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=== | |
− | + | ||
− | + | * The ''closureType'' field can only accept one of the two values "PIE" or "CHORD". | |
+ | * There ''endAngle'' field is restricted to values between ±6.283185307. | ||
+ | * There ''radius'' field is restricted to positive values, i.e. greater than zero. | ||
+ | * There ''startAngle'' field is restricted to values between ±6.283185307. | ||
− | + | ==Schematron validation== | |
− | + | ||
− | + | TBD | |
− | |||
*[[Node Reference]] | *[[Node Reference]] |
Latest revision as of 09:39, 24 April 2015
Contents
ArcClose2D
Specification Link: ArcClose2D
ArcClose2D : X3DGeometryNode { SFNode [in,out] metadata NULL [X3DMetadataObject] SFString [] closureType "PIE" ["PIE"|"CHORD"] SFFloat [] endAngle π/2 [-2π,2π] SFFloat [] radius 1 (0,∞) SFBool [] solid FALSE 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
- The closureType field can only accept one of the two values "PIE" or "CHORD".
- 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
- The closureType field can only accept one of the two values "PIE" or "CHORD".
- There endAngle field is restricted to values between ±6.283185307.
- There radius field is restricted to positive values, i.e. greater than zero.
- There startAngle field is restricted to values between ±6.283185307.
Schematron validation
TBD