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