Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsSurfaceInterpolator
Packages that use NurbsSurfaceInterpolator
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsSurfaceInterpolator in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS that return NurbsSurfaceInterpolatorModifier and TypeMethodDescriptionNurbsSurfaceInterpolator.addComments(String newComment) Add comment as String to contained commentsList.NurbsSurfaceInterpolator.addComments(String[] newComments) Add comments as String[] array to contained commentsList.NurbsSurfaceInterpolator.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsSurfaceInterpolator.addUKnot(double newValue) Add singleton double value to MFDouble uKnotfield.Add singleton SFDouble value to MFDouble uKnotfield.NurbsSurfaceInterpolator.addVKnot(double newValue) Add singleton double value to MFDouble vKnotfield.Add singleton SFDouble value to MFDouble vKnotfield.NurbsSurfaceInterpolator.addWeight(double newValue) Add singleton double value to MFDouble weightfield.Add singleton SFDouble value to MFDouble weightfield.NurbsSurfaceInterpolator.clearControlPoint()Utility method to clear SFNode value of controlPoint field.NurbsSurfaceInterpolator.clearIS()Utility method to clear SFNode value of IS field.NurbsSurfaceInterpolator.clearMetadata()Utility method to clear SFNode value of metadata field.NurbsSurfaceInterpolator.clearUKnot()Utility method to clear MFDouble value of uKnot field.NurbsSurfaceInterpolator.clearVKnot()Utility method to clear MFDouble value of vKnot field.NurbsSurfaceInterpolator.clearWeight()Utility method to clear MFDouble value of weight field.NurbsSurfaceInterpolator.setControlPoint(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSurfaceInterpolator.setControlPoint(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.final NurbsSurfaceInterpolatorNurbsSurfaceInterpolator.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsSurfaceInterpolator.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toNurbsSurfaceInterpolator.setCssClass(String).final NurbsSurfaceInterpolatorNurbsSurfaceInterpolator.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsSurfaceInterpolator.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toNurbsSurfaceInterpolator.setCssStyle(String).final NurbsSurfaceInterpolatorAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toNurbsSurfaceInterpolator.setDEF(String).final NurbsSurfaceInterpolatorAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toNurbsSurfaceInterpolator.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.NurbsSurfaceInterpolator.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolator.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolator.setUDimension(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsSurfaceInterpolator.setUDimension(SFInt32 newValue) Assign typed object value to SFInt32 uDimension field, similar toNurbsSurfaceInterpolator.setUDimension(int).NurbsSurfaceInterpolator.setUKnot(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named uKnot.NurbsSurfaceInterpolator.setUKnot(int[] newValue) Assign floating-point array value of MFDouble uKnot field, similar toNurbsSurfaceInterpolator.setUKnot(double[]).Assign ArrayList value of MFDouble uKnot field, similar toNurbsSurfaceInterpolator.setUKnot(double[]).Assign typed object value to MFDouble uKnot field, similar toNurbsSurfaceInterpolator.setUKnot(double[]).NurbsSurfaceInterpolator.setUOrder(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.Assign typed object value to SFInt32 uOrder field, similar toNurbsSurfaceInterpolator.setUOrder(int).final NurbsSurfaceInterpolatorAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toNurbsSurfaceInterpolator.setUSE(String).NurbsSurfaceInterpolator.setUSE(NurbsSurfaceInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar toNurbsSurfaceInterpolator.setUSE(String).NurbsSurfaceInterpolator.setVDimension(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsSurfaceInterpolator.setVDimension(SFInt32 newValue) Assign typed object value to SFInt32 vDimension field, similar toNurbsSurfaceInterpolator.setVDimension(int).NurbsSurfaceInterpolator.setVKnot(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named vKnot.NurbsSurfaceInterpolator.setVKnot(int[] newValue) Assign floating-point array value of MFDouble vKnot field, similar toNurbsSurfaceInterpolator.setVKnot(double[]).Assign ArrayList value of MFDouble vKnot field, similar toNurbsSurfaceInterpolator.setVKnot(double[]).Assign typed object value to MFDouble vKnot field, similar toNurbsSurfaceInterpolator.setVKnot(double[]).NurbsSurfaceInterpolator.setVOrder(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.Assign typed object value to SFInt32 vOrder field, similar toNurbsSurfaceInterpolator.setVOrder(int).NurbsSurfaceInterpolator.setWeight(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named weight.NurbsSurfaceInterpolator.setWeight(int[] newValue) Assign floating-point array value of MFDouble weight field, similar toNurbsSurfaceInterpolator.setWeight(double[]).Assign ArrayList value of MFDouble weight field, similar toNurbsSurfaceInterpolator.setWeight(double[]).Assign typed object value to MFDouble weight field, similar toNurbsSurfaceInterpolator.setWeight(double[]).Methods in org.web3d.x3d.jsail.NURBS with parameters of type NurbsSurfaceInterpolatorModifier and TypeMethodDescriptionNurbsSurfaceInterpolator.setUSE(NurbsSurfaceInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar toNurbsSurfaceInterpolator.setUSE(String).