We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da9747 commit d1ddcc7Copy full SHA for d1ddcc7
src/ansys/geometry/core/designer/beam.py
@@ -208,7 +208,7 @@ def section_anchor(self) -> SectionAnchorType:
208
209
@property
210
def section_angle(self) -> float:
211
- """The rotation angle of the cross section clockwise from the default perpendicular of the beam path."""
+ """Rotation angle of the cross section clockwise from the perpendicular of the beam path."""
212
return self._section_angle
213
214
0 commit comments