Skip to content
Snippets Groups Projects
Commit 320c9e4f authored by ='s avatar =
Browse files

added cone poly

parent d44e10fc
No related branches found
No related tags found
No related merge requests found
File added
......@@ -47,6 +47,11 @@ def set_cone_mode(api: API):
print(f"Load: {file_path}")
api.load_project(file_path)
def set_cone_poly_mode(api: API):
with importlib.resources.path("cyxtrax.data", "cone_poly.aRTist") as file_path:
print(f"Load: {file_path}")
api.load_project(file_path)
class CylindricalProjection:
def __init__(self, api: API = API()) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment