Class CatalanArches
java.lang.Object
X3dForAdvancedModeling.Buildings.CatalanArches
Draw architectural forms by Rafael Guastavino.
Related links: Catalog page CatalanArches, source CatalanArches.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | CatalanArches.x3d |
description | Draw architectural forms by Rafael Guastavino |
creator | Don Brutzman |
created | 9 November 2013 |
modified | 20 October 2019 |
reference | TODO lecture pdf |
reference | TODO book references |
reference | https://en.wikipedia.org/wiki/Guastavino_tile |
reference | https://en.wikipedia.org/wiki/Catalan_vault |
reference | http://architecture.mit.edu/class/guastavino/news.html |
reference | http://block.arch.ethz.ch |
reference | http://architecture.mit.edu/class/guastavino/features/lisa/mroszczyk%20thesis.pdf |
reference | http://vimeo.com/21965637 |
warning | Under development |
identifier | https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Buildings/CatalanArches.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
(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
-
CatalanArches
public CatalanArches()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:
- CatalanArches 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:
-