generated from ansys/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/adaptive templates geometry classes (#153)
* Initial commit * add api methods * add api methods * add example spec * change format of coordinates * Added conversion to JSON format for geometry regions * Added save adaptive script functionality * Updated new functionality docstrings * Refactored json entity conversion procedure names * Added tests for new functionality * ignore version flag * Update tests and docs * formatting * Added check_collisons API call * Updated check_collision API * Review changes * Updated tests * Minor fix to test * Added Coordinate class * tidy up doc strings * error message changed - make assert less strict --------- Co-authored-by: JackDavies <[email protected]>
- Loading branch information
1 parent
50fa122
commit 345cf1c
Showing
11 changed files
with
1,020 additions
and
5 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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. currentmodule:: ansys.motorcad.core.geometry | ||
Adaptive Geometry | ||
================= | ||
Add some info here about adaptive geometry | ||
|
||
|
||
Geometry Objects | ||
---------------- | ||
.. autosummary:: | ||
:toctree: _autosummary_geometry_methods | ||
|
||
Region | ||
Line | ||
Arc | ||
|
||
Geometry Functions | ||
------------------ | ||
.. autosummary:: | ||
:toctree: _autosummary_geometry_functions | ||
|
||
xy_to_rt | ||
rt_to_xy |
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
Oops, something went wrong.