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

Feature request - Add STL support for interface:export_file #48

Open
nschoen opened this issue Mar 25, 2020 · 4 comments
Open

Feature request - Add STL support for interface:export_file #48

nschoen opened this issue Mar 25, 2020 · 4 comments

Comments

@nschoen
Copy link

nschoen commented Mar 25, 2020

It would be really nice to have STL support for file exports through interface:export_file. I use the STL format for point cloud creation by using the vertices of the mesh format and sampling additional points on the surfaces. Currently I use FreeCAD to convert STEP to STL.

Thanks! And great work, creoson simplifies my work a lot.

@davidhbigelow
Copy link
Contributor

davidhbigelow commented Mar 25, 2020 via email

@adama2000
Copy link
Contributor

The JLink API does appear to support STL export -- it has two different types, "STL ASCII Export" and "STL Binary Export". So in theory we could add both of those to creoson.

@Zepmanbc
Copy link

You can choose chord and angle too?

@adama2000
Copy link
Contributor

The export functions appear to support setting these (whether creoson would support them is another question):

  • csysName
  • quality (integer 1-10)
  • maxChordHeight (double, default=0.1)
  • angleControl (double, default=0.1)
  • stepSize (double, default=0.0)
  • facetControlOptions (various boolean flags)
  • sliceExportData (a list of component IDs)

You can specify either quality or a combination of maxChordHeight/angleControl, but not both.

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

No branches or pull requests

4 participants