CADFace

From Web3D.org
Revision as of 15:17, 1 February 2006 by Abergstrom (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CADFace

CADFace : X3DProductStructureChildNode {
  SFNode   [in,out] metadata NULL  [X3DMetadataObject]
  SFString [in,out] name     ""
  SFNode   [in,out] shape    NULL  [X3DShapeNode | LOD]
}

The CADFace node holds the geometry representing a face of a part.

The name field documents the name of this face.

The shape field contains the Shape node providing the geometry and appearance for the face or an LOD node containing different detail levels of the shape. If an LOD node is provided, each child of the LOD node shall be a single Shape of varying complexity.