Uses of Interface
org.web3d.x3d.sai.CADGeometry.CADAssembly
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 CADAssembly in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeClassDescriptionclass
CADAssembly holds a set of Computer-Aided Design (CAD) assemblies or parts grouped together. -
Uses of CADAssembly in org.web3d.x3d.sai.CADGeometry
Modifier and TypeMethodDescriptionCADAssembly.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADAssembly.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADAssembly.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADAssembly.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.CADAssembly.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.CADAssembly.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.