java.lang.Object
X3dForAdvancedModeling.AdditiveManufacturing.CleatClamp

public class CleatClamp extends Object

Printable cleat clamp from MakerBot Thingiverse model archive, converted to X3D.

Related links: CleatClamp.java source, CleatClamp catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title CleatClamp.x3d
description Printable cleat clamp from MakerBot Thingiverse model archive, converted to X3D.
created 31 August 2013
translated 18 July 2015
modified 20 October 2019
warning Do not use for climbing or yachting.
creator Moritz the Maker, mx5, http://www.thingiverse.com/mx5
reference Printable cleat, http://www.thingiverse.com/thing:143653
license Creative Commons - Attribution - Share Alike http://creativecommons.org/licenses/by-sa/3.0
generator Converted to X3D by Okino PolyTrans http://www.okino.com
Image CleatClamp.x3d._VP_default_CoordinateAxes.png
Image CleatClampNuGrafRendering.png
Image CleatClampMeshLabRendering.png
translator Don Brutzman
reference cleat_clamp.scad
reference cleat_clamp.stl
Image CleatClampPrinted.png
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/AdditiveManufacturing/CleatClamp.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 to create Java source code from an .x3d model.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CleatClamp

      public CleatClamp()
      Default constructor to create this object.
  • Method Details