Source code for abaqus.Sketcher.ConstrainedSketchConstraint.ConstrainedSketchConstraint
[docs]class ConstrainedSketchConstraint:
"""The ConstrainedSketchConstraint object stores the constraints associated with a sketch.
Notes
-----
This object can be accessed by:
.. code-block:: python
import sketch
mdb.models[name].sketches[name].constraints[i]
"""
pass