You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Than'ks to the mesh model API, we can easily create mesh model with deviation data.
But just pushing this additional data file with a measurement is not sufficient to build a working interactive report (cad deviation).
Could you please share a sample on how the piweb server can be populated to build something close to the front door sample ?
Thx in advance,
The text was updated successfully, but these errors were encountered:
nice to hear that you are utilizing the mesh model API successfully!
Normally, what you described with "just pushing this additional data file with a measurement" is actually the correct way to make something like the CAD deviation work.
I have included a minimal working example FrontDoorExample.zip - it consists of an import file which imports one part with 3 measurements, each measurement contains a meshmodel with deviation data. The provided report only contains one page with the CAD deviation. Import the data into your PiWeb server, connect the report with it and select the part. You should see the same view as in the Front Door example.
You can explore the data using PiWeb planner, this simple constellation is all it needs to make the CAD view vork.
Than'ks to the mesh model API, we can easily create mesh model with deviation data.
But just pushing this additional data file with a measurement is not sufficient to build a working interactive report (cad deviation).
Could you please share a sample on how the piweb server can be populated to build something close to the front door sample ?
Thx in advance,
The text was updated successfully, but these errors were encountered: