-
-
Methods in org.web3d.x3d.sai.Geometry3D that return Cone
| Modifier and Type |
Method |
Description |
Cone |
Cone.setBottom(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named bottom.
|
Cone |
Cone.setBottomRadius(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named bottomRadius.
|
Cone |
Cone.setHeight(float newValue) |
Accessor method to assign float value to initializeOnly SFFloat field named height.
|
Cone |
Cone.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Cone |
Cone.setSide(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named side.
|
Cone |
Cone.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|