Skip to content

writing components and groups support #49

Description

@Zhuangkh

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));

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions