Skip to content

Commit

Permalink
Import bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik authored and Frederik committed May 23, 2024
1 parent 98c5944 commit 822aefe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "nxopentse"
version = "0.0.1a13"
version = "0.0.1a14"
authors = [
{ name="theScriptingEngineer", email="nxopen@theScriptingEngineer.com" },
]
Expand Down
4 changes: 1 addition & 3 deletions src/nxopentse/cad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
get_area_faces_with_color, \
get_area_faces_with_color, \
create_line_between_two_points, \
delete_feature, \
cross_product_vector3d, \
dot_product_vector3d
delete_feature
1 change: 1 addition & 0 deletions src/nxopentse/tools/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from typing import List, cast

import NXOpen
import NXOpen.Assemblies
import NXOpen.CAE
import NXOpen.UF

Expand Down

0 comments on commit 822aefe

Please sign in to comment.