Class NurbsTrimmedSurface

All Implemented Interfaces:
X3DNode, NurbsTrimmedSurface, X3DNurbsSurfaceGeometryNode, X3DParametricGeometryNode, X3DGeometryNode

public class NurbsTrimmedSurface extends X3DConcreteNode implements NurbsTrimmedSurface
NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. NurbsTrimmedSurface node tooltip: [X3DNurbsSurfaceGeometryNode] NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface. *


Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: NurbsTrimmedSurface.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the NurbsTrimmedSurface element: NURBS
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D NURBS component level for this element: 4
      See Also:
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, this default value is provided for informational purposes only.
      containerField_DEFAULT_VALUE = "geometry";
      containerField_ALLOWED_VALUES = {"geometry" }; type xs:NMTOKEN
      See Also:
    • toField_ADDTRIMMINGCONTOUR

      public static final String toField_ADDTRIMMINGCONTOUR
      toField ROUTE name for MFNode field named addTrimmingContour.
      See Also:
    • fromField_CONTROLPOINT

      public static final String fromField_CONTROLPOINT
      fromField ROUTE name for SFNode field named controlPoint.
      See Also:
    • toField_CONTROLPOINT

      public static final String toField_CONTROLPOINT
      toField ROUTE name for SFNode field named controlPoint.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_REMOVETRIMMINGCONTOUR

      public static final String toField_REMOVETRIMMINGCONTOUR
      toField ROUTE name for MFNode field named removeTrimmingContour.
      See Also:
    • fromField_TEXCOORD

      public static final String fromField_TEXCOORD
      fromField ROUTE name for SFNode field named texCoord.
      See Also:
    • toField_TEXCOORD

      public static final String toField_TEXCOORD
      toField ROUTE name for SFNode field named texCoord.
      See Also:
    • fromField_TRIMMINGCONTOUR

      public static final String fromField_TRIMMINGCONTOUR
      fromField ROUTE name for MFNode field named trimmingContour.
      See Also:
    • toField_TRIMMINGCONTOUR

      public static final String toField_TRIMMINGCONTOUR
      toField ROUTE name for MFNode field named trimmingContour.
      See Also:
    • fromField_UTESSELLATION

      public static final String fromField_UTESSELLATION
      fromField ROUTE name for SFInt32 field named uTessellation.
      See Also:
    • toField_UTESSELLATION

      public static final String toField_UTESSELLATION
      toField ROUTE name for SFInt32 field named uTessellation.
      See Also:
    • fromField_VTESSELLATION

      public static final String fromField_VTESSELLATION
      fromField ROUTE name for SFInt32 field named vTessellation.
      See Also:
    • toField_VTESSELLATION

      public static final String toField_VTESSELLATION
      toField ROUTE name for SFInt32 field named vTessellation.
      See Also:
    • fromField_WEIGHT

      public static final String fromField_WEIGHT
      fromField ROUTE name for MFDouble field named weight.
      See Also:
    • toField_WEIGHT

      public static final String toField_WEIGHT
      toField ROUTE name for MFDouble field named weight.
      See Also:
  • Constructor Details

    • NurbsTrimmedSurface

      public NurbsTrimmedSurface()
      Constructor for NurbsTrimmedSurface to initialize member variables with default values.
    • NurbsTrimmedSurface

      public NurbsTrimmedSurface(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
  • Method Details