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