Package Basic.NURBS

Class MobiusNurbs

java.lang.Object
Basic.NURBS.MobiusNurbs

public class MobiusNurbs extends Object

Demonstrates 3 NurbsSurfacePatch nodes defining the outer boundary of a toroidal solid.

Related links: MobiusNurbs.java source, MobiusNurbs catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title MobiusNurbs.x3d
description Demonstrates 3 NurbsSurfacePatch nodes defining the outer boundary of a toroidal solid.
creator Vincent Marchetti
created 10 February 2012
modified 20 October 2019
Image MobiusNurbs.jpg
Image MobiusNurbsBrowserPalooza.jpg
Image images/MobiusBSContact.png
Image images/MobiusH3dViewer.png
Image images/MobiusInstantReality.png
Image images/MobiusOctagaVS.png
Image images/MobiusView3dscene.png
Image images/MobiusXj3d.png
reference originals/mobius.x3d
reference http://en.wikipedia.org/wiki/M%C3%B6bius_strip
reference https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/MobiusExtrusion.x3d
identifier https://www.web3d.org/x3d/content/examples/Basic/NURBS/MobiusNurbs.x3d
generator Python language scripts using Numpy, SciPy libraries http://numpy.scipy.org
generator X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit
license ../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet (version control) is used to create Java source code from an original .x3d model.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MobiusNurbs

      public MobiusNurbs()
      Default constructor to create this object.
  • Method Details