Skip to content

Commit

Permalink
returned to original
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Jun 5, 2024
1 parent c39dd39 commit 5a9b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/loadfile/load_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def load_cad(filename, settings, options, skip_solids):

doc_objects = cad_simplificado_doc.Objects

for i, elem in enumerate(doc_objects):
for elem in doc_objects:
if elem.TypeId == "Part::Feature":
comment = LF.getCommentTree(elem, options)
if not elem.Shape.Solids:
Expand Down

0 comments on commit 5a9b30f

Please sign in to comment.