Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsSet
Packages that use 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
Methods in org.web3d.x3d.jsail.NURBS that return NurbsSetModifier 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 toNurbsSet.setBboxCenter(float[]).NurbsSet.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toNurbsSet.setBboxCenter(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 toNurbsSet.setBboxCenter(float[]).NurbsSet.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toNurbsSet.setBboxCenter(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 toNurbsSet.setBboxDisplay(boolean).NurbsSet.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toNurbsSet.setBboxSize(float[]).NurbsSet.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toNurbsSet.setBboxSize(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 toNurbsSet.setBboxSize(float[]).NurbsSet.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toNurbsSet.setBboxSize(float[]).final NurbsSetNurbsSet.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 toNurbsSet.setCssClass(String).final NurbsSetNurbsSet.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 toNurbsSet.setCssStyle(String).final NurbsSetAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toNurbsSet.setDEF(String).NurbsSet.setGeometry(ArrayList<X3DParametricGeometryNode> newValue) Assign ArrayList value of MFNode geometry field, similar toNurbsSet.setGeometry(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 NurbsSetAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toNurbsSet.setHtmlId(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 toNurbsSet.setTessellationScale(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 toNurbsSet.setTessellationScale(float).final NurbsSetAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toNurbsSet.setUSE(String).Assign a USE reference to another DEF node of same node type, similar toNurbsSet.setUSE(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 toNurbsSet.setVisible(boolean).Methods in org.web3d.x3d.jsail.NURBS with parameters of type NurbsSetModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toNurbsSet.setUSE(String).