Skip to content

Commit

Permalink
improve nastran method
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed May 6, 2024
1 parent e49b657 commit 84648f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyaedt/modeler/modeler3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import os.path
import warnings

from line_profiler_pycharm import profile

from pyaedt.application.Variables import generate_validation_errors
from pyaedt.generic.general_methods import GrpcApiError
from pyaedt.generic.general_methods import generate_unique_name
Expand Down Expand Up @@ -879,7 +877,6 @@ def objects_in_bounding_box(self, bounding_box, check_solids=True, check_lines=T
return objects

@pyaedt_function_handler()
@profile
def import_nastran(self, file_path, import_lines=True, lines_thickness=0, import_as_light_weight=False, **kwargs):
"""Import Nastran file into 3D Modeler by converting the faces to stl and reading it. The solids are
translated directly to AEDT format.
Expand Down

0 comments on commit 84648f3

Please sign in to comment.