Class ExtrusionCrossSectionITSSPrototype
java.lang.Object
X3dForWebAuthors.Chapter06GeometryPointsLinesPolygons.ExtrusionCrossSectionITSSPrototype
Shape prototype for Enclosing IndexedTriangleStripSet that also draws spine line plus oriented, scaled cross sections at each spine point.
Related links: Catalog page ExtrusionCrossSectionITSSPrototype, source ExtrusionCrossSectionITSSPrototype.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | ExtrusionCrossSectionITSSPrototype.x3d |
creator | Don Brutzman and Sungmin Kwon |
created | 23 October 2017 |
modified | 19 August 2024 |
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 | https://en.wikipedia.org/wiki/Extrusion |
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://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter06GeometryPointsLinesPolygons/ExtrusionCrossSectionITSSPrototype.x3d |
generator | X3D-Edit 4.0, 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)
which is used to create Java source code from an original .x3d
model.
-
Constructor Summary
ConstructorDescriptionDefault constructor to create this object. -
Method Summary
Modifier and TypeMethodDescriptionorg.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
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
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
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:
-