Uses of Class
org.web3d.x3d.jsail.NURBS.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
Modifier 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 knot field.Add singleton SFDouble value to MFDouble knot field.NurbsOrientationInterpolator.addWeight
(double newValue) Add singleton double value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.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 tosetCssClass(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 tosetCssStyle(String)
.Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.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.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 tosetKnot(double[])
.Assign ArrayList value of MFDouble knot field, similar tosetKnot(double[])
.Assign typed object value to MFDouble knot field, similar tosetKnot(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 tosetOrder(int)
.Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NurbsOrientationInterpolator.setUSE
(NurbsOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(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 tosetWeight(double[])
.Assign ArrayList value of MFDouble weight field, similar tosetWeight(double[])
.Assign typed object value to MFDouble weight field, similar tosetWeight(double[])
.Modifier and TypeMethodDescriptionNurbsOrientationInterpolator.setUSE
(NurbsOrientationInterpolator DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.