Skip to content

Commit 3506be9

Browse files
fixing docs order
1 parent fbf8705 commit 3506be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ansys/geometry/core/sketch/nurbs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
class SketchNurbs(SketchEdge):
4040
"""Represents a NURBS sketch curve.
4141
42+
Warnings
43+
--------
44+
NURBS sketching is only supported in 26R1 and later versions of Ansys.
45+
4246
Notes
4347
-----
4448
This class is a wrapper around the NURBS curve class from the `geomdl` library.
4549
By leveraging the `geomdl` library, this class provides a high-level interface
4650
to create and manipulate NURBS curves. The `geomdl` library is a powerful
4751
library for working with NURBS curves and surfaces. For more information, see
4852
https://pypi.org/project/geomdl/.
49-
50-
Warnings
51-
--------
52-
NURBS sketching is only supported in 26R1 and later versions of Ansys.
5353
"""
5454

5555
def __init__(self):

0 commit comments

Comments
 (0)