| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Method and Description |
|---|---|
ConeObject |
ConeObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ConeObject |
ConeObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ConeObject |
ConeObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ConeObject |
ConeObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ConeObject |
ConeObject.setBottom(boolean newValue)
Assign boolean value to initializeOnly SFBool field named bottom.
|
ConeObject |
ConeObject.setBottom(SFBoolObject newValue)
Assign typed object value to SFBool bottom field, similar to
setBottom(boolean). |
ConeObject |
ConeObject.setBottomRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named bottomRadius.
|
ConeObject |
ConeObject.setBottomRadius(SFFloatObject newValue)
Assign typed object value to SFFloat bottomRadius field, similar to
setBottomRadius(float). |
ConeObject |
ConeObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ConeObject |
ConeObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ConeObject |
ConeObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ConeObject |
ConeObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ConeObject |
ConeObject.setHeight(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named height.
|
ConeObject |
ConeObject.setHeight(SFFloatObject newValue)
Assign typed object value to SFFloat height field, similar to
setHeight(float). |
ConeObject |
ConeObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ConeObject |
ConeObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ConeObject |
ConeObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ConeObject |
ConeObject.setSide(boolean newValue)
Assign boolean value to initializeOnly SFBool field named side.
|
ConeObject |
ConeObject.setSide(SFBoolObject newValue)
Assign typed object value to SFBool side field, similar to
setSide(boolean). |
ConeObject |
ConeObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
ConeObject |
ConeObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
ConeObject |
ConeObject.setUSE(ConeObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ConeObject |
ConeObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ConeObject |
ConeObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ConeObject |
ConeObject.setUSE(ConeObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.