Uses of Class
org.web3d.x3d.jsail.Geometry3D.Cone
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).
-
Uses of Cone in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionCone.addComments
(String newComment) Add comment as String to contained commentsList.Cone.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Cone.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Cone.clearIS()
Utility method to clear SFNode value of IS field.Cone.clearMetadata()
Utility method to clear SFNode value of metadata field.Cone.setBottom
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bottom.Assign typed object value to SFBool bottom field, similar tosetBottom(boolean)
.Cone.setBottomRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetBottomRadius(float)
.Cone.setBottomRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named bottomRadius.Cone.setBottomRadius
(SFFloat newValue) Assign typed object value to SFFloat bottomRadius field, similar tosetBottomRadius(float)
.final Cone
Cone.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Cone.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Cone
Cone.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Cone.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Cone
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Cone.setHeight
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetHeight(float)
.Cone.setHeight
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named height.Assign typed object value to SFFloat height field, similar tosetHeight(float)
.final Cone
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Cone.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Cone.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Cone.setSide
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named side.Assign typed object value to SFBool side field, similar tosetSide(boolean)
.Cone.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.final Cone
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.