| 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 |
ContourPolyline2DObject
X3D node tooltip: [X3DNurbsControlCurveNode] ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.
|
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 |
|---|---|
X3DNurbsControlCurveNode |
NurbsSweptSurfaceObject.getCrossSectionCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.
|
X3DNurbsControlCurveNode |
NurbsSwungSurfaceObject.getProfileCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.
|
X3DNurbsControlCurveNode |
NurbsSwungSurfaceObject.getTrajectoryCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSweptSurfaceObject |
NurbsSweptSurfaceObject.setCrossSectionCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.
|
NurbsSwungSurfaceObject |
NurbsSwungSurfaceObject.setProfileCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.
|
NurbsSwungSurfaceObject |
NurbsSwungSurfaceObject.setTrajectoryCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContourPolyline2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
NurbsCurve2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNurbsControlCurveNode |
NurbsSweptSurface.getCrossSectionCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.
|
X3DNurbsControlCurveNode |
NurbsSwungSurface.getProfileCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.
|
X3DNurbsControlCurveNode |
NurbsSwungSurface.getTrajectoryCurve()
Provide X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.
|
X3DNurbsControlCurveNode |
X3DNurbsControlCurveNode.setControlPoint(double[] newValue)
Assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.
|
X3DNurbsControlCurveNode |
X3DNurbsControlCurveNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DNurbsControlCurveNode |
X3DNurbsControlCurveNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DNurbsControlCurveNode |
X3DNurbsControlCurveNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DNurbsControlCurveNode |
X3DNurbsControlCurveNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSweptSurface |
NurbsSweptSurface.setCrossSectionCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.
|
NurbsSwungSurface |
NurbsSwungSurface.setProfileCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.
|
NurbsSwungSurface |
NurbsSwungSurface.setTrajectoryCurve(X3DNurbsControlCurveNode newValue)
Assign X3DNurbsControlCurveNode 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.