CADLayer
From Web3D.org
Revision as of 22:19, 1 February 2006 by Abergstrom (Talk | contribs)
CADLayer
CADLayer : X3DGroupingNode { MFNode [in] addChildren MFNode [in] removeChildren MFNode [in,out] children [] [X3DChildNode] SFNode [in,out] metadata NULL [X3DMetadataObject] SFString [in,out] name "" MFBool [in,out] visible [] SFVec3f [] bboxCenter 0 0 0 (-∞,∞) SFVec3f [] bboxSize -1 -1 -1 [0,∞) or −1 −1 −1 }
The CADLayer node defines a hierarchy of nodes used for showing layer structure for the CAD model.
The name field describes the content of the layer.
The children field contains all nodes defined for this layer.
The visible field specifies whether a particular child and its sub-children are visible. If the number of values is less than the number of children, the remaining children shall be visible.