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