This page is automatically generated from the FabEngine Python package library source code. As we are working to develop and document FabEngine, this page will keep growing.
The threedprinting module contains processes and materials for 3D printing processes.
Note that the name is threedprinting, not 3dprinting, because Python module names must beginn with a letter.
Print a ceramic 3D print.
Example call:
>>> myProduct = ThreeDPrinting.CeramicPrinting (
>>> color = "blue",
>>> designFile = "EspressoCup.stl",
>>> units = "mm"
>>> )
| Parameters: |
|
|---|---|
| Returns: | fabengine.FabricatedObject.ThreeDPrintedObject.CeramicObject |