| 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 |
CylinderObject
X3D node tooltip: [X3DGeometryNode] Cylinder is a geometry node.
|
| Modifier and Type | Method and Description |
|---|---|
Cylinder |
Cylinder.setBottom(boolean newValue)
Assign boolean value to initializeOnly SFBool field named bottom.
|
Cylinder |
Cylinder.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Cylinder |
Cylinder.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Cylinder |
Cylinder.setHeight(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named height.
|
Cylinder |
Cylinder.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Cylinder |
Cylinder.setRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named radius.
|
Cylinder |
Cylinder.setSide(boolean newValue)
Assign boolean value to initializeOnly SFBool field named side.
|
Cylinder |
Cylinder.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Cylinder |
Cylinder.setTop(boolean newValue)
Assign boolean value to inputOutput SFBool field named top.
|
Cylinder |
Cylinder.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.