Class AnimatedAssembledHumanSkeleton
java.lang.Object
HumanoidAnimation.Medical.AnimatedAssembledHumanSkeleton
Human bone model for Skeleton. Joints are included at each LOA but not comprehensively.
Related links: source AnimatedAssembledHumanSkeleton.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
| meta tags | HumanoidAnimation.Medical.AnimatedAssembledHumanSkeleton Document Metadata |
| title | AnimatedAssembledSkeleton.x3d |
| description | Human bone model for Skeleton. Joints are included at each LOA but not comprehensively. |
| created | 9 January 2004 |
| modified | 23 February 2026 |
| creator | Joe Williams |
| translator | Joe Williams, Don Brutzman |
| generator | Windows Notepad |
| generator | X_ITE V14.0.4, https://create3000.github.io/x_ite |
| generator | X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit |
| Joe | 20040109 20080910 1204 20090125 28 20130814 17 202512124 20260219 |
| identifier | https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Medical/AnimatedAssembledSkeleton.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
-
AnimatedAssembledHumanSkeleton
public AnimatedAssembledHumanSkeleton()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:
- AnimatedAssembledHumanSkeleton 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:
-