| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.sai.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NurbsCurve2DObject
X3D node tooltip: [X3DNurbsControlCurveNode] NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsCurve2D |
NurbsCurve2D.setClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named closed.
|
NurbsCurve2D |
NurbsCurve2D.setControlPoint(double[] newValue)
Assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.
|
NurbsCurve2D |
NurbsCurve2D.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsCurve2D |
NurbsCurve2D.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsCurve2D |
NurbsCurve2D.setKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named knot.
|
NurbsCurve2D |
NurbsCurve2D.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsCurve2D |
NurbsCurve2D.setOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named order.
|
NurbsCurve2D |
NurbsCurve2D.setTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named tessellation.
|
NurbsCurve2D |
NurbsCurve2D.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsCurve2D |
NurbsCurve2D.setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.