Class ScannerMetadataExample33

java.lang.Object
X3dForAdvancedModeling.Scanning.ScannerMetadataExample33

public class ScannerMetadataExample33 extends Object

Embed example metadata associated with a scanned 3D model using X3D version 3.3 model.

Related links: Catalog page ScannerMetadataExample33, source ScannerMetadataExample33.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title ScannerMetadataExample33.x3d
description Embed example metadata associated with a scanned 3D model using X3D version 3.3 model.
created 11 November 2019
modified 9 August 2024
reference https://docs.google.com/spreadsheets/d/1RKvh6oEsyIgEIFfjDQNgu1U6QoAmsduvHx3ki18Z06A/htmlview#
creator Bill Gutelius, Qntfi https://www.qntfii.com
translator Nicholas Polys, VT
reference ScannerMetadataExample4.x3d
identifier https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Scanning/ScannerMetadataExample33.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 Details

    • ScannerMetadataExample33

      public ScannerMetadataExample33()
      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:
      ScannerMetadataExample33 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: