-
-
Methods in org.web3d.x3d.sai.CADGeometry that return CADFace
| Modifier and Type |
Method |
Description |
CADFace |
CADFace.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CADFace |
CADFace.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
CADFace |
CADFace.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
CADFace |
CADFace.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CADFace |
CADFace.setName(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named name.
|
CADFace |
CADFace.setShape(X3DNode newValue) |
Accessor method to assign X3DNode instance (using a properly typed node) to inputOutput SFNode field shape.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Shape.ShapeObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Navigation.LODObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Grouping.TransformObject);
if (!
|
CADFace |
CADFace.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|