Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsCurve
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsCurve in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsCurve.addComments
(String newComment) Add comment as String to contained commentsList.NurbsCurve.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NurbsCurve.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsCurve.addKnot
(double newValue) Add singleton double value to MFDouble knot field.Add singleton SFDouble value to MFDouble knot field.NurbsCurve.addWeight
(double newValue) Add singleton double value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.NurbsCurve.clearControlPoint()
Utility method to clear SFNode value of controlPoint field.NurbsCurve.clearIS()
Utility method to clear SFNode value of IS field.NurbsCurve.clearKnot()
Utility method to clear MFDouble value of knot field.NurbsCurve.clearMetadata()
Utility method to clear SFNode value of metadata field.NurbsCurve.clearWeight()
Utility method to clear MFDouble value of weight field.NurbsCurve.setClosed
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named closed.Assign typed object value to SFBool closed field, similar tosetClosed(boolean)
.NurbsCurve.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsCurve.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 NurbsCurve
NurbsCurve.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsCurve.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NurbsCurve
NurbsCurve.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsCurve.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NurbsCurve
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final NurbsCurve
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.NurbsCurve.setKnot
(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named knot.NurbsCurve.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[])
.NurbsCurve.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve.setOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.Assign typed object value to SFInt32 order field, similar tosetOrder(int)
.NurbsCurve.setTessellation
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named tessellation.NurbsCurve.setTessellation
(SFInt32 newValue) Assign typed object value to SFInt32 tessellation field, similar tosetTessellation(int)
.final NurbsCurve
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NurbsCurve.setUSE
(NurbsCurve DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.NurbsCurve.setWeight
(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named weight.NurbsCurve.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 TypeMethodDescriptionNurbsCurve.setUSE
(NurbsCurve DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.