Uses of Interface
org.web3d.x3d.sai.Geometry2D.Disk2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Disk2D in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeClassDescriptionclass
Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0). -
Uses of Disk2D in org.web3d.x3d.sai.Geometry2D
Modifier and TypeMethodDescriptionDisk2D.setInnerRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named innerRadius.Disk2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Disk2D.setOuterRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named outerRadius.Disk2D.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.