Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSet

Packages that use NurbsSet
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 NurbsSet in org.web3d.x3d.jsail.NURBS

    Classes in org.web3d.x3d.jsail.NURBS that implement NurbsSet
    Modifier and Type
    Class
    Description
    class 
    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.
  • Uses of NurbsSet in org.web3d.x3d.sai.NURBS

    Methods in org.web3d.x3d.sai.NURBS that return NurbsSet
    Modifier and Type
    Method
    Description
    NurbsSet.setBboxCenter(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    NurbsSet.setBboxDisplay(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    NurbsSet.setBboxSize(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    NurbsSet.setGeometry(X3DNode[] newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field geometry.
    NurbsSet.setMetadata(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    NurbsSet.setTessellationScale(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named tessellationScale.
    NurbsSet.setVisible(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.