Skip to content

Commit

Permalink
WIP: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 11, 2025
1 parent abb1339 commit b2bddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/modeler/cad/primitives_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def create_cone(self, orientation, origin, bottom_radius, top_radius, height, na
bottom_radius = self._arg_with_dim(bottom_radius)
top_radius = self._arg_with_dim(top_radius)

Check warning on line 429 in src/ansys/aedt/core/modeler/cad/primitives_3d.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/modeler/cad/primitives_3d.py#L425-L429

Added lines #L425 - L429 were not covered by tests

arg_1 = ["NAME:ConeParameters"
arg_1 = ["NAME:ConeParameters",

Check warning on line 431 in src/ansys/aedt/core/modeler/cad/primitives_3d.py

View check run for this annotation

Codecov / codecov/patch

src/ansys/aedt/core/modeler/cad/primitives_3d.py#L431

Added line #L431 was not covered by tests
"XCenter:=", x_center,
"YCenter:=", y_center,
"ZCenter:=", z_center,
Expand Down

0 comments on commit b2bddf4

Please sign in to comment.