PMI

PMI

PMI stands for Product and Manufacturing Information which is design, manufacturing, quality, and other data included in a 3D CAD file.



PMI can be found in Properties section. Separate dimensions or groups of them can be displayed by checking and unchecking the necessary ones in the PMI tree.


CAD Exchanger Lab only allows viewing and converting but not editing of PMI. The fuction of editing is supported by CAD Exchanger SDK.

    • Related Articles

    • Can I edit PMI?

      CAD Exchanger Lab only allows viewing and converting PMI, but not editing it.
    • How to import PMI into Unity

      CAD Exchanger Unity plugin can import PMI into Unity. See our ready-made Unity PMI Viewer Example. ModelData_ModelReader has the ReadPMI parameter. It has to be set to True using SetReadPMI method. This will make CAD Exchanger import PMI from the ...
    • How to work with PMI (Product Manufacturing Information)?

      Work with PMI should be performed using ModelData_PMIData class. We have a number of examples demonstrating: - Traversal of PMI in a 3D model - Visualization of PMI from a 3D model - Working with PMI in Unity - Visualization of PMI in a web-browser ...
    • Is it possible to import semantic (textual) PMI into Unity?

      Since there are no entities in Unity that can contain it, semantic PMI can not be transferred to Unity with our plugin. We can suggest working with ModelData_Model class to get semantic PMI data using our SDK - please see our PMI Example. Note that ...
    • How to change a selection color

      Web Toolkit version 1.x There is an opportunity to change the selection color. In viewer.js you need to add a ModelData_ColorObject in ModelPrs_DisplayParams and add ModelPrs_DisplayParams into ModelPrs_DisplayerApplier This a small example how to do ...