Uses of Interface
org.web3d.x3d.sai.Geometry3D.Cylinder
Packages that use Cylinder
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
-
Uses of Cylinder in org.web3d.x3d.jsail.Geometry3D
Classes in org.web3d.x3d.jsail.Geometry3D that implement Cylinder -
Uses of Cylinder in org.web3d.x3d.sai.Geometry3D
Methods in org.web3d.x3d.sai.Geometry3D that return CylinderModifier and TypeMethodDescriptionCylinder.setBottom
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bottom.Cylinder.setHeight
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named height.Cylinder.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Cylinder.setRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named radius.Cylinder.setSide
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named side.Cylinder.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Cylinder.setTop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named top.