Skip to content

Commit

Permalink
FIX: Various improvements to Object3D (#5668)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuelopez-ansys <samuel.lopez@ansys.com>
  • Loading branch information
maxcapodi78 and Samuelopez-ansys authored Jan 29, 2025
1 parent 19eea24 commit f91124f
Show file tree
Hide file tree
Showing 7 changed files with 1,075 additions and 1,075 deletions.
1 change: 1 addition & 0 deletions src/ansys/aedt/core/modeler/cad/elements_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,7 @@ def _update_children(self):
)
if name and self.__first_level:
self.child_object = self._children[name].child_object
self._children[name].properties["Command"] = self.properties.get("Command", "")
self._props = self._children[name].properties
if name == "CreatePolyline:1":
self.segments = self._children[name].children
Expand Down
Loading

0 comments on commit f91124f

Please sign in to comment.