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

Packages that use NurbsSet 
Package Description
org.web3d.x3d.jsail.NURBS  
org.web3d.x3d.sai.NURBS  
  • 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
    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 NurbsSet.setBboxCenter​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
    NurbsSet NurbsSet.setBboxDisplay​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
    NurbsSet NurbsSet.setBboxSize​(float[] newValue)
    Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
    NurbsSet 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 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 NurbsSet.setTessellationScale​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named tessellationScale.
    NurbsSet NurbsSet.setVisible​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named visible.