Uses of Class
org.web3d.x3d.jsail.Geometry3D.Extrusion
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 Extrusion in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionExtrusion.addComments
(String newComment) Add comment as String to contained commentsList.Extrusion.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Extrusion.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Extrusion.addCrossSection
(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f crossSection field.Extrusion.addOrientation
(SFRotation newValue) Add singleton SFRotation value to MFRotation orientation field.Add singleton SFVec2f value to MFVec2f scale field.Add singleton SFVec3f value to MFVec3f spine field.Extrusion.clearIS()
Utility method to clear SFNode value of IS field.Extrusion.clearMetadata()
Utility method to clear SFNode value of metadata field.Extrusion.setBeginCap
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named beginCap.Extrusion.setBeginCap
(SFBool newValue) Assign typed object value to SFBool beginCap field, similar tosetBeginCap(boolean)
.Extrusion.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.Assign typed object value to SFBool ccw field, similar tosetCcw(boolean)
.Extrusion.setConvex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named convex.Assign typed object value to SFBool convex field, similar tosetConvex(boolean)
.Extrusion.setCreaseAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetCreaseAngle(float)
.Extrusion.setCreaseAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.Extrusion.setCreaseAngle
(SFFloat newValue) Assign typed object value to SFFloat creaseAngle field, similar tosetCreaseAngle(float)
.Extrusion.setCrossSection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCrossSection(float[])
.Extrusion.setCrossSection
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named crossSection.Extrusion.setCrossSection
(MFVec2f newValue) Assign typed object value to MFVec2f crossSection field, similar tosetCrossSection(float[])
.final Extrusion
Extrusion.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Extrusion.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Extrusion
Extrusion.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Extrusion.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Extrusion
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Extrusion.setEndCap
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named endCap.Assign typed object value to SFBool endCap field, similar tosetEndCap(boolean)
.final Extrusion
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.Extrusion.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Extrusion.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Extrusion.setOrientation
(double[] newValue) Utility ccessor method to assign 4-tuple double array unit axis, angle (in radians) to initializeOnly MFRotation field named orientation.Extrusion.setOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly MFRotation field named orientation.Extrusion.setOrientation
(MFRotation newValue) Assign typed object value to MFRotation orientation field, similar tosetOrientation(float[])
.Extrusion.setScale
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScale(float[])
.Extrusion.setScale
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named scale.Assign typed object value to MFVec2f scale field, similar tosetScale(float[])
.Extrusion.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)
.Extrusion.setSpine
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSpine(float[])
.Extrusion.setSpine
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named spine.Assign typed object value to MFVec3f spine field, similar tosetSpine(float[])
.final Extrusion
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)
.