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.int
Return the number of MFBool items in the visible field.void
getVisible
(boolean[] val) Return the visible value in the argument boolean[]void
Set the name field.void
setVisible
(boolean[] val) Set the visible field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
Methods 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.
-