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

mayo vs mayo-conv different export #276

Open
semixor opened this issue May 7, 2024 · 3 comments
Open

mayo vs mayo-conv different export #276

semixor opened this issue May 7, 2024 · 3 comments

Comments

@semixor
Copy link

semixor commented May 7, 2024

Hi @HuguesDelorme,
the issue is following:

  1. When converting STEP to VRML from GUI the wrl file contains lines (edges)
  2. When converting STEP to VRML from MAYO-CONV (CLI) the wrl file doesn't contain lines (edges)

what can cause the issue ? is there any paramater I need to set ?

@HuguesDelorme
Copy link
Member

Mayo(GUI app) and mayo-conv use distinct settings
Try to force mayo-conv use the same settings as Mayo GUI:

  1. Open Mayo GUI application
  2. Click on Tools->Options menu
  3. Click Exchange->Save as... button(in the Options dialog)
  4. Select an INI file(assume D:\data\mayo-gui.ini in this procedure) and confirm file dialog
  5. From command prompt run:
$> mayo-conv --use-settings D:\data\mayo-gui.ini inputfile.step --export outputfile.wrl

@semixor
Copy link
Author

semixor commented May 14, 2024

@HuguesDelorme unfortunately this is not working, I did it from the beginning to be honest and still the result is same as I mentioned

@HuguesDelorme
Copy link
Member

@semixor
I couldn't reproduce the problem with non-trivial step files, both mayo and mayo-conv produce the "same" file regarding edges
Can you please provide the input STEP file?
Also please give here your mayo-conv settings cache:
$> mayo-conv --write-settings-cache semixor-mayoconv.ini

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

No branches or pull requests

2 participants