Uses of Interface
org.web3d.x3d.sai.CADGeometry.CADLayer
Packages that use 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
Classes in org.web3d.x3d.jsail.CADGeometry that implement CADLayerModifier 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
Methods in org.web3d.x3d.sai.CADGeometry that return CADLayerModifier 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.