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

json2on: Fix trim curve export #7

Closed
orbingol opened this issue Apr 18, 2019 · 3 comments
Closed

json2on: Fix trim curve export #7

orbingol opened this issue Apr 18, 2019 · 3 comments
Assignees
Projects

Comments

@orbingol
Copy link
Owner

json2on can generate the trims of the BRep faces but it does not support converting inner trim curves from geomdl JSON to OpenNURBS .3dm format.

@orbingol orbingol added this to To do in geomdl Jun 5, 2019
@Batmanabcdefg
Copy link

is it solved in the new version?

@orbingol
Copy link
Owner Author

is it solved in the new version?

@OVGULIU not yet. I am still working on it.

@orbingol orbingol self-assigned this Apr 27, 2020
@orbingol
Copy link
Owner Author

Currently, trimmed surfaces are somewhat working in devmaster branch. I couldn't find the Split function in OpenNURBS (I don't think Rhino-version of Split exists in OpenNURBS), so it doesn't split the trimming curve but it adds it to the BRep structure.

What you need to do is export a surface with a closed B-spline trimming curve, i.e. last point of the curve == first point of the curve, detach the trim in Rhino and split the surface with the curve.

I guess this is the closest I can get for the trimming surfaces.

@orbingol orbingol moved this from To do to In progress in geomdl Apr 30, 2020
geomdl automation moved this from In progress to Done May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
geomdl
  
Done
Development

No branches or pull requests

2 participants