| 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 |
NurbsSetObject
X3D node tooltip: [X3DChildNode,X3DBoundedObject] NurbsSet collects a set of NurbsSurface nodes into a common group and
treats NurbsSurface set as a unit during tessellation, thereby enforcing tessellation continuity along borders
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSet |
NurbsSet.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
NurbsSet |
NurbsSet.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
NurbsSet |
NurbsSet.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsSet |
NurbsSet.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsSet |
NurbsSet.setGeometry(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field geometry.
|
NurbsSet |
NurbsSet.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSet |
NurbsSet.setTessellationScale(float newValue)
Assign float value within allowed range of (0,infinity) to inputOutput SFFloat field named tessellationScale.
|
NurbsSet |
NurbsSet.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.