Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsOrientationInterpolator
Packages that use NurbsOrientationInterpolator
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsOrientationInterpolator in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS that return NurbsOrientationInterpolatorModifier and TypeMethodDescriptionNurbsOrientationInterpolator.addComments(String newComment) Add comment as String to contained commentsList.NurbsOrientationInterpolator.addComments(String[] newComments) Add comments as String[] array to contained commentsList.NurbsOrientationInterpolator.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsOrientationInterpolator.addKnot(double newValue) Add singleton double value to MFDouble knotfield.Add singleton SFDouble value to MFDouble knotfield.NurbsOrientationInterpolator.addWeight(double newValue) Add singleton double value to MFDouble weightfield.Add singleton SFDouble value to MFDouble weightfield.NurbsOrientationInterpolator.clearControlPoint()Utility method to clear SFNode value of controlPoint field.NurbsOrientationInterpolator.clearIS()Utility method to clear SFNode value of IS field.NurbsOrientationInterpolator.clearKnot()Utility method to clear MFDouble value of knot field.NurbsOrientationInterpolator.clearMetadata()Utility method to clear SFNode value of metadata field.NurbsOrientationInterpolator.clearWeight()Utility method to clear MFDouble value of weight field.NurbsOrientationInterpolator.setControlPoint(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsOrientationInterpolator.setControlPoint(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsOrientationInterpolator.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsOrientationInterpolator.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toNurbsOrientationInterpolator.setCssClass(String).NurbsOrientationInterpolator.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsOrientationInterpolator.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toNurbsOrientationInterpolator.setCssStyle(String).Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toNurbsOrientationInterpolator.setDEF(String).Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toNurbsOrientationInterpolator.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.NurbsOrientationInterpolator.setKnot(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named knot.NurbsOrientationInterpolator.setKnot(int[] newValue) Assign floating-point array value of MFDouble knot field, similar toNurbsOrientationInterpolator.setKnot(double[]).Assign ArrayList value of MFDouble knot field, similar toNurbsOrientationInterpolator.setKnot(double[]).Assign typed object value to MFDouble knot field, similar toNurbsOrientationInterpolator.setKnot(double[]).NurbsOrientationInterpolator.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsOrientationInterpolator.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsOrientationInterpolator.setOrder(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named order.Assign typed object value to SFInt32 order field, similar toNurbsOrientationInterpolator.setOrder(int).Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toNurbsOrientationInterpolator.setUSE(String).NurbsOrientationInterpolator.setUSE(NurbsOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar toNurbsOrientationInterpolator.setUSE(String).NurbsOrientationInterpolator.setWeight(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named weight.NurbsOrientationInterpolator.setWeight(int[] newValue) Assign floating-point array value of MFDouble weight field, similar toNurbsOrientationInterpolator.setWeight(double[]).Assign ArrayList value of MFDouble weight field, similar toNurbsOrientationInterpolator.setWeight(double[]).Assign typed object value to MFDouble weight field, similar toNurbsOrientationInterpolator.setWeight(double[]).Methods in org.web3d.x3d.jsail.NURBS with parameters of type NurbsOrientationInterpolatorModifier and TypeMethodDescriptionNurbsOrientationInterpolator.setUSE(NurbsOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar toNurbsOrientationInterpolator.setUSE(String).