| 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 |
Contour2DObject
X3D node tooltip: [X3DNode] Contour2D groups a set of curve segments into a composite contour.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsTrimmedSurfaceObject |
NurbsTrimmedSurfaceObject.setTrimmingContour(java.util.ArrayList<Contour2D> newValue)
Assign ArrayList value of MFNode trimmingContour field, similar to
NurbsTrimmedSurfaceObject.setTrimmingContour(X3DNode[]). |
| Modifier and Type | Method and Description |
|---|---|
Contour2D |
Contour2D.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) with acceptable node types limited to NurbsCurve2D|ContourPolyline2D, to inputOutput MFNode field children.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(newValue instanceof org.web3d.x3d.jsail.Core.CommentsBlock) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ROUTEObject) ||
(newValue instanceof org.web3d.x3d.jsail.Networking.IMPORTObject) ||
(newValue instanceof org.web3d.x3d.jsail.Networking.EXPORTObject) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ProtoDeclareObject) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ExternProtoDeclareObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.NurbsCurve2DObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.ContourPolyline2DObject);
if (!
|
Contour2D |
Contour2D.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Contour2D |
Contour2D.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Contour2D |
Contour2D.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Contour2D |
Contour2D.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.