Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The platform automatically performs a mesh optimization after a 3D file has been uploaded.

Parametric File Formats

Parametric file format such as “.stp“ and “.iges“ contain surface representations of a 3D model. Although this representation provides an extremely precise and compact description of the model, it is not suitable for 3D printing. Our platform automatically converts surface representations into triangular meshes and proceeds with mesh optimization.

Make sure that the surfaces of a single object in your parametric file are joined together before uploading your file. Conversion may fail otherwise.

Mesh File Formats

A mesh is a triangulated approximation of a 3D surface and is a suitable representation for any 3D printer on the market. The most common mesh file formats are “.stl“, “.wrl“ and “.obj“. A mesh file does not require any pre-processing and is immediately suitable for mesh optimization.

Mesh Optimization

Mesh optimization will automatically start after the upload of a mesh file or the upload and the conversion of a parametric file.

Goal

The goal of mesh optimization is to ensure that your file is printable and that the outcome has the best possible quality.

Minimum requirements for printability

Printers of several manufacturers will reject the 3D model if the following requirements are not met:

  • Manifoldness or Watertightness:
    Manifold meshes are characterized by strong connectivity. In simple words, each triangle of a mesh should be connected to exactly three neighbor triangles.
    Strong connectivity guarantees that none of the following problems occurs:

    • Holes

    • Redundant triangles

    • Merged objects

  • Correct triangle orientation:
    Meshes with correct triangle orientation uniquely define the inside and the outside of the object. If this requirement is not met, printers may not be able to correctly distinguish between printing volume and empty space. Triangles with incorrect orientation (in black) may also be visualized incorrectly by CAD programs.

Requirements for best surface quality

  • Absence of intersections:
    For a high quality printout, the volume of each object needs to be uniquely defined, but self intersecting objects may define the same volume multiple times .

    Although many printers accept files with self intersections, the surface quality of the final printout may be negatively impacted. Additionally, computing the volume and surface area of such meshes for further printability analysis yields incorrect results.

Disabling mesh optimization

Only on-premise installations can have mesh optimization disabled.

Mesh optimization should only be disabled when there are strict quality assurance processes in place, when models are already pre-processed by other data preparation software or when runtime performance is a serious issue.

Workflow differences with enabled and disabled optimization:

Workflows with and without optimization are fully compatible and produce exactly the same files.

When mesh optimization is enabled, the uploaded file is converted into <file_name>_original.stl (if needed) and then optimized and saved into <file_name>_optimized.stl.

When mesh optimization is disabled, the uploaded file is converted into <file_name>_original.stl and then copied into <file_name>_optimized.stl.

  • No labels