Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeshModel with deviation - CAD surface statistic #235

Open
pviallet opened this issue Jan 31, 2024 · 1 comment
Open

MeshModel with deviation - CAD surface statistic #235

pviallet opened this issue Jan 31, 2024 · 1 comment
Labels

Comments

@pviallet
Copy link

pviallet commented Jan 31, 2024

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,

image

@czthiele
Copy link
Contributor

czthiele commented Feb 1, 2024

Hello @pviallet,

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.

Best regards
czthiele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants