Difference between revisions of "Contour2D"
From Web3D.org
Abergstrom (Talk | contribs) |
(→Contour2D) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[Node Reference]] | * [[Node Reference]] | ||
==Contour2D== | ==Contour2D== | ||
+ | |||
+ | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/nurbs.html#Contour2D Contour2D] | ||
<pre> | <pre> | ||
Contour2D : X3DNode { | Contour2D : X3DNode { | ||
− | MFNode [in] addChildren [ | + | MFNode [in] addChildren [NurbsCurve2D|ContourPolyline2D] |
− | MFNode [in] removeChildren [ | + | MFNode [in] removeChildren [NurbsCurve2D|ContourPolyline2D] |
− | MFNode [in,out] children [] [ | + | MFNode [in,out] children [] [NurbsCurve2D|ContourPolyline2D] |
SFNode [in,out] metadata NULL [X3DMetadataObject] | SFNode [in,out] metadata NULL [X3DMetadataObject] | ||
} | } | ||
</pre> | </pre> | ||
− | + | ==DTD Validation== | |
+ | |||
+ | TBD | ||
+ | |||
+ | ==Schema Validation== | ||
+ | TBD | ||
− | + | ==Schematron validation== | |
+ | TBD | ||
* [[Node Reference]] | * [[Node Reference]] |
Latest revision as of 10:52, 13 April 2015
Contour2D
Specification Link: Contour2D
Contour2D : X3DNode { MFNode [in] addChildren [NurbsCurve2D|ContourPolyline2D] MFNode [in] removeChildren [NurbsCurve2D|ContourPolyline2D] MFNode [in,out] children [] [NurbsCurve2D|ContourPolyline2D] SFNode [in,out] metadata NULL [X3DMetadataObject] }
DTD Validation
TBD
Schema Validation
TBD
Schematron validation
TBD