Uses of Interface
org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of X3DNurbsControlCurveNode in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.class
NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.Modifier and TypeFieldDescriptionstatic final X3DNurbsControlCurveNode
NurbsSweptSurface.CROSSSECTIONCURVE_DEFAULT_VALUE
SFNode field named crossSectionCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNode
NurbsSwungSurface.PROFILECURVE_DEFAULT_VALUE
SFNode field named profileCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNode
NurbsSwungSurface.TRAJECTORYCURVE_DEFAULT_VALUE
SFNode field named trajectoryCurve has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionNurbsSweptSurface.getCrossSectionCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.getProfileCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.NurbsSwungSurface.getTrajectoryCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.Modifier and TypeMethodDescriptionNurbsSweptSurface.setCrossSectionCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.setProfileCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurface.setTrajectoryCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve. -
Uses of X3DNurbsControlCurveNode in org.web3d.x3d.sai.NURBS
Modifier and TypeInterfaceDescriptioninterface
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.interface
NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.Modifier and TypeMethodDescriptionNurbsSweptSurface.getCrossSectionCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.getProfileCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.NurbsSwungSurface.getTrajectoryCurve()
Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.X3DNurbsControlCurveNode.setControlPoint
(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.X3DNurbsControlCurveNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionNurbsSweptSurface.setCrossSectionCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.setProfileCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurface.setTrajectoryCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.