3DP_MEASURE_MESH_QUALITY [Public Dialog]

Package: 3d-printing (Nick name(s): :3dp)

Measure the quality of a mesh with respect to the part it was derived from.

The measurement results are displayed as a simple heat map on the mesh part. Heat map colors can be configured in the dialog.

Note Mesh part and CAD part have to be manually positioned prior to comparison e.g. by using the one or more part positioning commands provided on the Structure tab by:

Mesh Quality Dialog

  1. The CAD part which was used to generate the mesh part. See the dialog option :MODEL.
  2. The mesh part wich was generated from the CAD part. See the dialog option :MESH_PART.
  3. The distance between facets of the mesh part to the corrsponding faces of the CAD part which triggers a quality warning. See the dialog option :WARNING_TOLERANCE.
  4. The distance between facets of the mesh part to the corrsponding faces of the CAD part which triggers a quality error. See the dialog option :ERROR_TOLERANCE
  5. The color to set on the facets whose distance to the CAD part exceed the warning threshold. See the dialog option :WARNING_COLOR.
  6. The color to set on the facets whose distance to the CAD part exceed the error threshold. See the dialog option :ERROR_COLOR
  7. The color to set on the facets which could not be associated with any face of the CAD part. See the dialog option :UNASSIGNED_COLOR
  8. The color for marking CAD model faces which have associated facets with error or warning distances measured. See the dialog option :MODEL_FACE_COLOR
  9. The color for marking CAD model faces which have no associated facets. See the dialog option :UNASSIGNED_FACE_COLOR

Quality Study Example

The analysis generates a quality study which is represented as a container (1) below the mesh geometry part. The container is named after the CAD model which was used for comparison. To make it easier to detect approximation errors of the mesh with respect to the CAD model following adjustments are made:

The Study container is populated with at most with 3 assemblies (depending on the issues detected):

To view a textual report of study parameters and results, right-click on the Study Report feature (2) and select the Show Study Report.

Quality Study Evaluation

Quality Study Overview

The fastest way to assess the approximation quality to show only the Mesh (displayed as Mesh1 in the Structure Browser), and the Mesh Study Container (displayed as STL_Primary-Study1 in the Structure Browser).

To focus on individial regions of the part use the 3DP_FOCUS_STUDY_REGION.

Syntax

Diagram 1.

Options

:MODEL {string | SEL_ITEM}
Either a path name or a part handle for the CAD part from which the mesh was derived.
:MESH_PART {string | SEL_ITEM}
Either a path name or a part handle for the mesh part which represents a facetted version of the CAD part.
:WARNING_TOLERANCE {number}
The facet-to-model distance threshold beyond which facets are marked with the warning color.
:WARNING_COLOR {integer}
The RGB warning color for marking facets.
:ERROR_TOLERANCE {number}
The facet-to-model distance threshold beyond which facets are marked with the error color.
:ERROR_COLOR {integer}
The RGB error color for marking facets.
:MODEL_FACES_COLOR {integer}

The RGB error color for marking CAD model faces not assigned to any facet..