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

writing components and groups support #49

Open
Zhuangkh opened this issue May 26, 2022 · 1 comment
Open

writing components and groups support #49

Zhuangkh opened this issue May 26, 2022 · 1 comment

Comments

@Zhuangkh
Copy link

Is support writing components and groups when creating a new model?
The WriteNewModel method seems to handle only faces, edges, and curves.

SUEntitiesAddFaces(entities, Surfaces->Count, Surface::ListToSU(Surfaces));
SUEntitiesAddEdges(entities, Edges->Count, Edge::ListToSU(Edges));
SUEntitiesAddCurves(entities, Curves->Count, Curve::ListToSU(Curves));

@moethu
Copy link
Owner

moethu commented Jun 5, 2022

sure, that should be possible. I'll see if I can give it a try by the end of the week.

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