MeshSolver.add_circle_constraint
- MeshSolver.add_circle_constraint(indices, weight=1.0)
Add circle constraint to make vertices lie on a circle.
- Parameters:
- indiceslist
List of vertex indices.
- weightfloat, optional
Weight of the constraint, by default 1.0
- Returns:
- bool
True if the constraint was added successfully.