Package Basic.NURBS

Class StampX3dLetters

java.lang.Object
Basic.NURBS.StampX3dLetters

public class StampX3dLetters extends Object

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: StampX3dLetters.java source, StampX3dLetters catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
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) 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

    • 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

      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: