You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opencascade uses a single class to work with 2D and 3D bodies, but the zencad / pyservoce can hypothetically divide them at the class level, if you clearly consider the API. This will allow for more intuitive substitution of methods. In particular, fillet, whose implementation in 2D and 3D are different.
Maybe you should introduce Vertex, Wire, Solid, Face classes in pyservoce.
The text was updated successfully, but these errors were encountered:
opencascade uses a single class to work with 2D and 3D bodies, but the zencad / pyservoce can hypothetically divide them at the class level, if you clearly consider the API. This will allow for more intuitive substitution of methods. In particular, fillet, whose implementation in 2D and 3D are different.
Maybe you should introduce Vertex, Wire, Solid, Face classes in pyservoce.
The text was updated successfully, but these errors were encountered: