Difference between revisions of "CoordinateDouble"

From Web3D.org
Jump to: navigation, search
 
Line 3: Line 3:
  
 
<pre>
 
<pre>
CADAssembly : X3DGroupingNode, X3DProductStructureChildNode {
+
CoordinateDouble : X3DCoordinateNode {  
  MFNode  [in]    addChildren
+
   SFNode [in,out] metadata NULL [X3DMetadataObject]
  MFNode  [in]    removeChildren
+
   MFVec3d [in,out] point    []   (-∞,∞)
  MFNode  [in,out] children      []      [X3DProductStructureChildNode]
+
   SFNode   [in,out] metadata       NULL     [X3DMetadataObject]
+
   SFString [in,out] name ""
+
  SFVec3f  []       bboxCenter    0 0 0    (-∞,∞)
+
  SFVec3f  []      bboxSize      -1 -1 -1 [0,) or −1 −1 −1
+
 
}
 
}
 
</pre>
 
</pre>
The CADAssembly node holds a set of assemblies or parts grouped together.
 
  
 
+
CoordinateDouble is a variant of the Coordinate node that allows the definition of 3D coordinates in double precision floating point values.
The ''children'' field can contain X3DProductStructureChildNode types. Each child will be either a sub-assembly or a part.
+
 
+
 
+
The ''name'' field documents the name of this CADAssembly.
+
  
 
* [[Node Reference]]
 
* [[Node Reference]]

Revision as of 16:09, 1 February 2006

CoordinateDouble

CoordinateDouble : X3DCoordinateNode { 
  SFNode  [in,out] metadata NULL [X3DMetadataObject]
  MFVec3d [in,out] point    []   (-∞,∞)
}

CoordinateDouble is a variant of the Coordinate node that allows the definition of 3D coordinates in double precision floating point values.