| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.sai.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxObject
X3D node tooltip: [X3DGeometryNode] Box is a geometry node specifying a rectangular cuboid.
|
| Modifier and Type | Method and Description |
|---|---|
Box |
Box.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Box |
Box.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Box |
Box.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Box |
Box.setSize(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
Box |
Box.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Box |
Box.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.