Uses of Interface
org.web3d.x3d.sai.CADGeometry.CADFace
Packages that use CADFace
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 CADFace in org.web3d.x3d.jsail.CADGeometry
Classes in org.web3d.x3d.jsail.CADGeometry that implement CADFaceModifier and TypeClassDescriptionclass
CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type CADFaceModifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).Method parameters in org.web3d.x3d.jsail.CADGeometry with type arguments of type CADFaceModifier and TypeMethodDescriptionCADPart.setChildren
(ArrayList<CADFace> newValue) Assign ArrayList value of MFNode children field, similar toCADPart.setChildren(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of CADFace in org.web3d.x3d.sai.CADGeometry
Methods in org.web3d.x3d.sai.CADGeometry that return CADFaceModifier and TypeMethodDescriptionCADFace.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CADFace.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CADFace.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CADFace.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.Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field shape.CADFace.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.