Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.cadgeometry
Interface CADFace

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DNode, X3DProductStructureChildNode

public interface CADFace
extends X3DProductStructureChildNode, X3DBoundedObject

Defines the requirements of an X3D CADFace node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 X3DNode getShape()
          Return the shape X3DNode value.
 void setShape(X3DNode val)
          Set the shape field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DProductStructureChildNode
getName, setName
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 
Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
 

Method Detail

getShape

X3DNode getShape()
Return the shape X3DNode value.

Returns:
The shape X3DNode value.

setShape

void setShape(X3DNode val)
Set the shape field.

Parameters:
val - The X3DNode to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium