Class ExtrusionCrossSectionITSSPrototype

java.lang.Object
X3dForWebAuthors.Chapter06GeometryPointsLinesPolygons.ExtrusionCrossSectionITSSPrototype

public class ExtrusionCrossSectionITSSPrototype extends Object

Shape prototype for Enclosing IndexedTriangleStripSet that also draws spine line plus oriented, scaled cross sections at each spine point.

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

Scene Meta Information
meta tags   Document Metadata
title ExtrusionCrossSectionITSSPrototype.x3d
creator Don Brutzman and Sungmin Kwon
created 23 October 2017
modified 20 October 2019
description Shape prototype for Enclosing IndexedTriangleStripSet that also draws spine line plus oriented, scaled cross sections at each spine point.
hint Utilize ExtrusionCrossSectionITSS ProtoInstance as if it is a Shape node (with containerField="children") rather than an Extrusion node (with containerField="geometry") under a Shape.
reference VRML 97 Specification, 6.18 Extrusion
reference https://www.web3d.org/technicalinfo/specifications/vrml97/part1/nodesRef.html#Extrusion
Image VRML 97 Specification, Figure 6.6
Image https://www.web3d.org/technicalinfo/specifications/vrml97/Images/Extrusion.gif
reference http://realism.com/x3d/examples/Extrusion/_frame.html
reference http://www.cs.brown.edu/~gss/vrml/drawpoly.html
reference ExtrusionXj3dGoldberg1999.java
reference http://web3d.metrolink.com/cgi-bin/cvsweb.cgi/x3d/src/com/sun/j3d/loaders/vrml97/impl/Attic/Extrusion.java
identifier https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter06GeometryPointsLinesPolygons/ExtrusionCrossSectionPrototype.x3d
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 to create Java source code from an .x3d model.

  • Constructor Details

    • ExtrusionCrossSectionITSSPrototype

      public ExtrusionCrossSectionITSSPrototype()
      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:
      ExtrusionCrossSectionITSSPrototype 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: