Class jaw
java.lang.Object
HumanoidAnimation.Bones.jaw
jaw includes mandible (lower jaw or jawbone) and lower teeth.
Related links: source jaw.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
| meta tags | HumanoidAnimation.Bones.jaw Document Metadata |
| title | jaw.x3d |
| description | jaw includes mandible (lower jaw or jawbone) and lower teeth |
| creator | Don Brutzman |
| created | 12 March 2026 |
| modified | 22 March 2026 |
| reference | https://en.wikipedia.org/wiki/Mandible |
| reference | https://en.wikipedia.org/wiki/Human_tooth |
| reference | United States, https://en.wikipedia.org/wiki/Universal_Numbering_System |
| reference | ISO 3950, https://en.wikipedia.org/wiki/FDI_World_Dental_Federation_notation |
| reference | https://en.wikipedia.org/wiki/FDI_World_Dental_Federation_notation#/media/File:Comparison_of_dental_notations.svg |
| reference | usage examples https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical |
| generator | X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit |
| generator | X3D Tidy, https://www.web3d.org/x3d/stylesheets/X3dTidy.html |
| identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/jaw.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.web3d.x3d.jsail.Core.X3DProvide a shallow copy of the X3D model.final voidCreate and initialize the X3D model for this object.static voidDefault main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
jaw
public jaw()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:
- jaw 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:
-