File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ansys/geometry/core/sketch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939class 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 ):
You can’t perform that action at this time.
0 commit comments