-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor our data model to support masters/instances (#456)
Co-authored-by: Roberto Pastor Muela <[email protected]>
- Loading branch information
Showing
12 changed files
with
982 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
"""Provides the PyGeometry ``designer`` subpackage.""" | ||
|
||
from ansys.geometry.core.designer.body import Body, MidSurfaceOffsetType | ||
from ansys.geometry.core.designer.body import Body, MidSurfaceOffsetType, TemplateBody | ||
from ansys.geometry.core.designer.component import Component, SharedTopologyType | ||
from ansys.geometry.core.designer.design import Design, DesignFileFormat | ||
from ansys.geometry.core.designer.edge import CurveType, Edge | ||
from ansys.geometry.core.designer.face import Face, SurfaceType | ||
from ansys.geometry.core.designer.part import Part, TransformedPart | ||
from ansys.geometry.core.designer.selection import NamedSelection |
Oops, something went wrong.