Class TinkercadX3dExtrudedTextCreationOBJ
java.lang.Object
X3dForAdvancedModeling.Conversions.TinkercadX3dExtrudedTextCreationOBJ
Extruded text using TinkerCad export to glTF and then X3D Inline loading.
Related links: Catalog page TinkercadX3dExtrudedTextCreationOBJ, source TinkercadX3dExtrudedTextCreationOBJ.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | TinkercadX3dExtrudedTextCreationOBJ.x3d |
description | Extruded text using TinkerCad export to glTF and then X3D Inline loading. |
creator | Don Brutzman and Vince Marchetti |
created | 31 January 2024 |
translated | 31 January 2024 |
modified | 24 April 2024 |
reference | OBJ format to X3D conversion, https://www.web3d.org/obj-format-x3d-conversion |
reference | TinkercadX3dExtrudedTextCreation.glb |
source | TinkercadX3dExtrudedTextCreation.obj |
source | TinkercadX3dExtrudedTextCreation.mtl |
drawing | TinkercadX3dExtrudedTextCreation.svg |
reference | TinkercadX3dExtrudedTextCreation.stl |
Image | TinkercadX3dExtrudedTextCreation.png |
reference | Web3D Consortium https://web3d.org |
subject | X3D, 3D printing, extruded 3D text |
reference | https://en.wikipedia.org/wiki/Computer_font |
reference | [x3d-public] extruded text in X3D, https://web3d.org/pipermail/x3d-public_web3d.org/2024-January/020208.html |
generator | Autodesk Tinkercad, https://www.tinkercad.com |
generator | Castle Engine: Convert everything to X3D, https://castle-engine.io/convert.php |
generator | X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit |
identifier | https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Conversions/TinkercadX3dExtrudedTextCreationOBJ.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
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
-
TinkercadX3dExtrudedTextCreationOBJ
public TinkercadX3dExtrudedTextCreationOBJ()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:
- TinkercadX3dExtrudedTextCreationOBJ 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:
-