Package org.web3d.x3d.sai.cadgeometry
Interface CADLayer
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DGroupingNode,X3DNode
- All Known Implementing Classes:
SAICADLayer,SAICADLayer
Defines the requirements of an X3D CADLayer node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Return the name String value.intReturn the number of MFBool items in the visible field.voidgetVisible(boolean[] val) Return the visible value in the argument boolean[]voidSet the name field.voidsetVisible(boolean[] val) Set the visible field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildrenMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getName
-
setName
-
getNumVisible
int getNumVisible()Return the number of MFBool items in the visible field.- Returns:
- the number of MFBool items in the visible field.
-
getVisible
void getVisible(boolean[] val) Return the visible value in the argument boolean[]- Parameters:
val- The boolean[] to initialize.
-
setVisible
void setVisible(boolean[] val) Set the visible field.- Parameters:
val- The boolean[] to set.
-