Tinkercad

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Neils51 (talk | contribs) at 02:43, 14 October 2022 (replaced: build → built, typo(s) fixed: For example → For example,). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tinkercad
Tinkercad logo watermark
Tinkercad screenshot
OwnerAutodesk
URLwww.tinkercad.com
CommercialYes
RegistrationYes
Launched2011
Written inWEB, JavaScript

Tinkercad is a free-of-charge, online 3D modeling program that runs in a web browser.[1] Since it became available in 2011 it has become a popular platform for creating models for 3D printing as well as an entry-level introduction to constructive solid geometry in schools.[2]

History

Tinkercad was founded by former Google engineer Kai Backman and his cofounder Mikko Mononen, with a goal to make 3D modeling, especially the design of physical items, accessible to the general public, and allow users to publish their designs under a Creative Commons license.[3] In 2011, the tinkercad.com website was launched as a web-based 3D modeling tool for WebGL-enabled browsers,[4] and in 2012 the company moved its headquarters to San Francisco.[5] By 2012 over 100,000 3D designs had been published by users.[5]

In May 2013, Autodesk announced at a Maker Faire that they would acquire Tinkercad.[6]

In March 2017, Autodesk recommended users of the soon to be retired 123D Sculpt migrate to Tinkercad (or Maya LT).[7] In May, Autodesk discontinued its 123D Circuits (Circuits.io) "Electronics Lab". The program's features were merged into Tinkercad.[8][9][10]

Concept

Illustration of basic operations in Tinkercad.

Tinkercad uses a simplified constructive solid geometry method of constructing models. A design is made up of primitive shapes that are either "solid" or "hole". Combining solids and holes together, new shapes can be created, which in turn can be assigned the property of solid or hole.[3] In addition to the standard library of primitive shapes, a user can create custom shape generators using a built-in JavaScript editor.

File formats

Shapes can be imported in three formats: STL and OBJ for 3D, and 2-dimensional SVG shapes for extruding into 3D shapes. Tinkercad exports models in STL or OBJ formats, ready for 3D printing.

Tinkercad also includes a feature to export 3D models to Minecraft Java Edition,[11] and also offers the ability to design structures using Lego bricks.[12]

Circuits

The Circuits section of Tinkercad is a simulator for an electronic circuit with a Arduino Uno or a Micro Bit board or a ATtiny chip in the browser. The code can be made with CodeBlocks[13] which are graphical code pieces that can be put together by shifting them with the mouse cursor. Programming with code text is also possible. Digi-Key wrote an article in 2022 about Tinkercad how to start with Tinkercad.[14] They call Tinkercad "intuitive". A circuit can be built with components, but there are "Starters" which are complete circuits with code.

Tinkercad has included libraries for some components, such as the Adafruit Neopixel library, the Arduino Servo library and a library for a I2C display. It is not possible to select or upload other libraries. The circuit can have analog components which are fully simulated.

Although Tinkercad is an easy introduction into programming and electronics, it has features for advanced users:

  1. Multiple boards can be simulated at the same time. For example, two Arduino boards communicating with each other.
  2. The analog circuit can be very complex.

See also

References

  1. ^ Herrman, John. "How to Get Started 3D Modeling and Printing". PopularMechanics.com. Hearst Communication. Retrieved 19 May 2013.
  2. ^ David Gewirtz (15 May 2019). "Everything you need to know about 3D printing and its impact on your business". ZDnet.
  3. ^ a b Timothy Dahl (13 June 2012). "3-D Design for Idiots: An Interview With Tinkercad Founder Kai Backman". Wired.com.
  4. ^ "Tinkercad uses WebGL, a new 3D web standard". Archived from the original on 14 May 2012.
  5. ^ a b Kai Backman (31 August 2012). "Tinkercad largest public repository of solid models".
  6. ^ Nathan Hurst (18 May 2013). "Autodesk Purchases, Revives 3-D Design App Tinkercad". Wired.com.
  7. ^ Gewirtz, David. "Do this right now to save your Autodesk 123D designs from shutdown oblivion". ZDNet. Retrieved 28 October 2020.
  8. ^ Autodesk Circuits is winding down, Autodesk
  9. ^ Autodesk 123D apps, Autodesk
  10. ^ Electronics Lab is now Tinkercad Circuits, Autodesk, May 23, 2017
  11. ^ Brian Heater (14 August 2013). "Tinkercad lets you exurl=https://www.engadget.com/2013/08/14/tinkercad-minecraft/". Engadget. {{cite web}}: Missing or empty |url= (help)
  12. ^ Donald Papp (12 September 2017). "Lego prototyping with Tinkercad's brick mode".
  13. ^ Tinkercad Codeblocks https://www.tinkercad.com/learn/codeblocks
  14. ^ "Getting Started with Tinkercad Circuits".

External links