[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -2581,8 +2581,10 @@ int Sketch::addConstraints(
|
||||
return rtn;
|
||||
}
|
||||
|
||||
bool Sketch::updateConstraints(const std::vector<int>& constrIds,
|
||||
const std::vector<Constraint*>& ConstraintList)
|
||||
bool Sketch::updateConstraints(
|
||||
const std::vector<int>& constrIds,
|
||||
const std::vector<Constraint*>& ConstraintList
|
||||
)
|
||||
{
|
||||
if (Constrs.size() != ConstraintList.size()) {
|
||||
return false;
|
||||
|
||||
@@ -251,8 +251,10 @@ public:
|
||||
int addConstraint(const Constraint* constraint);
|
||||
|
||||
/// Updates the internal constraints of the given indexes
|
||||
bool updateConstraints(const std::vector<int>& constrIds,
|
||||
const std::vector<Constraint*>& ConstraintList);
|
||||
bool updateConstraints(
|
||||
const std::vector<int>& constrIds,
|
||||
const std::vector<Constraint*>& ConstraintList
|
||||
);
|
||||
|
||||
/**
|
||||
* add a fixed X coordinate constraint to a point
|
||||
|
||||
Reference in New Issue
Block a user