Overview
CoordinateDouble builds geometry by defining a set of 3D coordinate triplet values. CoordinateDouble is used by IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes. CoordinateDouble is also used by NurbsPositionInterpolator and NurbsOrientationInterpolator.
The CoordinateDouble node belongs to the NURBS component and its default container field is coord. It is available since X3D version 3.0 or later.
Hierarchy
1
2
3
4
+ X3DNode
+ X3DGeometricPropertyNode
+ X3DCoordinateNode
+ CoordinateDouble
Fields
SFNode [in, out] metadata NULL [X3DMetadataObject]
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
MFVec3d [in, out] point [ ] (-∞,∞)
point contains a set of 3D coordinate triplet values.
Description
Warning
- CoordinateDouble requires NURBS component level 1, otherwise Full profile.