Package Basic.NURBS

Class TrimmedNurbsWithHole

java.lang.Object
Basic.NURBS.TrimmedNurbsWithHole

public class TrimmedNurbsWithHole extends Object

Scene contains a single NurbsTrimmedSurface node which has two Contour2D child nodes, defining a trimmed outer boundary to the patch and an interior hole in the patch. Scene also contains unit-length line segments defining x-y-z coordinate axes.

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

Scene Meta Information
meta tags   Document Metadata
title TrimmedNurbsWithHole.x3d
description Scene contains a single NurbsTrimmedSurface node which has two Contour2D child nodes, defining a trimmed outer boundary to the patch and an interior hole in the patch. Scene also contains unit-length line segments defining x-y-z coordinate axes.
creator Vincent Marchetti
created 10 February 2012
modified 20 October 2019
subject NURBS example NurbsTrimmedSurface Contour2D NurbsCurve2D
Image TrimmedNurbsWithHole.jpg
Image images/TrimmedNurbsWithHoleXj3d.png
reference originals/trimmed_nurbs_with_hole.x3d
identifier https://www.web3d.org/x3d/content/examples/Basic/NURBS/TrimmedNurbsWithHole.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
TODO instantReality Forum Issuehttp://forum.instantreality.org
TODO BS Contact BitManagement Bug Report: http://www.bitmanagement.de/en/contact
 

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 Details

    • TrimmedNurbsWithHole

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

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      TrimmedNurbsWithHole model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: