Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsSet
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsSet in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsSet.addComments
(String newComment) Add comment as String to contained commentsList.NurbsSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NurbsSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsSet.addGeometry
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for geometry field.NurbsSet.addGeometry
(X3DNode newValue) Add single child node to existing array of geometry nodes (if any).NurbsSet.clearGeometry()
Utility method to clear MFNode value of geometry field.NurbsSet.clearIS()
Utility method to clear SFNode value of IS field.NurbsSet.clearMetadata()
Utility method to clear SFNode value of metadata field.NurbsSet.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.NurbsSet.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.NurbsSet.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.NurbsSet.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.NurbsSet.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.NurbsSet.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.NurbsSet.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.NurbsSet.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.NurbsSet.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.NurbsSet.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.NurbsSet.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.NurbsSet.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.final NurbsSet
NurbsSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NurbsSet
NurbsSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NurbsSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.NurbsSet.setGeometry
(ArrayList<X3DParametricGeometryNode> newValue) Assign ArrayList value of MFNode geometry field, similar tosetGeometry(org.web3d.x3d.sai.Core.X3DNode[])
.NurbsSet.setGeometry
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DParametricGeometryNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field geometry.final NurbsSet
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.NurbsSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSet.setTessellationScale
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetTessellationScale(float)
.NurbsSet.setTessellationScale
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named tessellationScale.NurbsSet.setTessellationScale
(SFFloat newValue) Assign typed object value to SFFloat tessellationScale field, similar tosetTessellationScale(float)
.final NurbsSet
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)
.NurbsSet.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.NurbsSet.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.