Uses of Interface
org.web3d.x3d.sai.CADGeometry.CADLayer
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
-
Uses of CADLayer in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeClassDescriptionclass
CADLayer nodes define a hierarchy that shows layer structure for a Computer-Aided Design (CAD) model. -
Uses of CADLayer in org.web3d.x3d.sai.CADGeometry
Modifier and TypeMethodDescriptionCADLayer.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADLayer.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADLayer.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADLayer.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.CADLayer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String value to inputOutput SFString field named name.CADLayer.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.