Uses of Interface
org.web3d.x3d.sai.CADGeometry.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
Modifier and TypeClassDescriptionclass
CADFace holds geometry representing one face in a Computer-Aided Design (CAD) CADPart.Modifier and TypeMethodDescriptionUtility method to add single child element to contained list of existing children nodes (if any).Modifier 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
Modifier 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.