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 7 Current »

Introduction

One of the important classes of information that HOOPS Exchange allows you to access from a CAD file is the Product Manufacturing Information (PMI) which is attached to the 3D model. PMI details the tolerances that a model should be manufactured to. In the past this information was referred to as Geometric Dimensioning and Tolerancing (GD&T) and it was typically maintained in separate drawings that were associated with the model.

The separation of the manufacturing information from the model meant that manufacturing information had to be generally read by a person which was a barrier to automation. Having the manufacturing tolerances associated with the model rather then a separate drawing meant a broad range of manufacturing processes could be more easily automated. These include the the generation of cost estimates for manufacturing to the validation of parts being machined to required tolerances by CMM machines.

Views, Markup and PMI

In HOOPS Exchange we refer to PMI as Markup. In most cases Markups/PMIs are associated with Views. Views generally consist of a camera, a visibility for different objects in the model (this typically a Part or PMI) and occasionally a cutting plane. You can read more details about Views & Markup in the Markup and Views section of the HOOPS Exchange documentation.

Semantic versus Visual PMI

When you implementing PMI in your application it’s important to know about the differences between visual and semantic PMI definitions. A visual PMI definition includes all the information you need to display the PMI data in your application so that it perfectly matches how it is displayed in the authoring system. To do this the definition must include placement, font and color information. A semantic PMI definition is all the information you need in order to manufacture the part. It’s often only with semantic PMI that you have the connection to the portion of the model the PMI tolerances apply. The semantic PMI is generally the more important though since the PMI data is so important users want the data to be displayed as it was in the authoring system so that their users have confidence that the data was imported without problem from the source system.

HOOPS Exchange supports both a Visual and Semantic form of the PMI data. To determine whether we support visual and/or semantic PMI for a particular format you should review the PMI section of the format. You can find an example in HOOPS Exchange documentation for our Catia V5 Reader.

Formats we support PMI for

We support PMI in both our readers and writers. A copy of our support at time of publishing this page can be found below. For the most up to date information you should refer to the Supported File Formats page in the HOOPS Exchange documentation.

Best way to learn how to access PMI via the HOOPS Exchange APIs

When you get to implement PMI support in your application you should read the Markup and Views section of the HOOPS Exchange documentation. It shows how you would traverse the model tree and then access the PMI-related data-structures in HOOPS Exchange.

  • No labels