| 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 |
NurbsCurveObject
X3D node tooltip: [X3DParametricGeometryNode] NurbsCurve is a 3D curve analogous to NurbsPatchSurface.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsCurve |
NurbsSweptSurfaceObject.getTrajectoryCurve()
Provide NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSweptSurfaceObject |
NurbsSweptSurfaceObject.setTrajectoryCurve(NurbsCurve newValue)
Assign NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsCurve |
NurbsSweptSurface.getTrajectoryCurve()
Provide NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.
|
NurbsCurve |
NurbsCurve.setClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named closed.
|
NurbsCurve |
NurbsCurve.setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsCurve |
NurbsCurve.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsCurve |
NurbsCurve.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsCurve |
NurbsCurve.setKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named knot.
|
NurbsCurve |
NurbsCurve.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsCurve |
NurbsCurve.setOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named order.
|
NurbsCurve |
NurbsCurve.setTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named tessellation.
|
NurbsCurve |
NurbsCurve.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsCurve |
NurbsCurve.setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSweptSurface |
NurbsSweptSurface.setTrajectoryCurve(NurbsCurve newValue)
Assign NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.