Class StampX3dLetters
A CAD model of a stamp with raised lettering. Model was created using commercial CAD package: Ashlar-Vellum Argon; exported as STEP AP 203 data, and converted to X3D file using the online STEP browser at http://spri2.kshell.com website. Colors were applied using Python-Prolog scripting.
Related links: Catalog page StampX3dLetters, source StampX3dLetters.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | StampX3dLetters.x3d |
description | A CAD model of a stamp with raised lettering. Model was created using commercial CAD package: Ashlar-Vellum Argon; exported as STEP AP 203 data, and converted to X3D file using the online STEP browser at http://spri2.kshell.com website. Colors were applied using Python-Prolog scripting. |
Image | StampX3dLetters.jpg |
reference | http://spri2.kshell.com |
Image | https://www.web3d.org/x3d/wiki/images/7/7d/RGB_image.jpg |
warning | Currently only Octaga 2.0 properly implements the X3D NURBS component, see the following page for status. |
warning | http://www.kshell.com/pages/nurbs_surface_demo |
creator | Vincent Marchetti |
created | 12 September 2012 |
modified | 6 April 2017 |
purchase | http://www.shapeways.com/model/TODO-revision |
purchase | http://www.shapeways.com/model/699293 |
reference | AxesTexture.png |
generator | Ashlar Vellum Argon; and SPRI browser: STEP-to-X3D conversion: at http://spri2.kshell.com |
identifier | https://www.web3d.org/x3d/content/examples/Basic/NURBS/StampX3dLetters.x3d |
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
-
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
-
StampX3dLetters
public StampX3dLetters()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:
- StampX3dLetters 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:
-