Class NurbsSurface

    • Constructor Detail

      • NurbsSurface

        public NurbsSurface()
        Initializes a new instance of the NurbsSurface class.
      • NurbsSurface

        public NurbsSurface​(java.lang.String name)
        Initializes a new instance of the NurbsSurface class.
        Parameters:
        name - Name.
    • Method Detail

      • getU

        public NurbsDirection getU()
        Gets the NURBS surface's U direction
      • getV

        public NurbsDirection getV()
        Gets the NURBS surface's V direction
      • toMesh

        public Mesh toMesh()
        Convert the NURBS surface to the mesh
        Specified by:
        toMesh in interface IMeshConvertible
        Returns:
        The mesh.