+ fixes #0001874: Scripted constraints not evaluated correctly
This commit is contained in:
@@ -321,6 +321,12 @@ Base::Axis SketchObject::getAxis(int axId) const
|
||||
return Base::Axis();
|
||||
}
|
||||
|
||||
void SketchObject::acceptGeometry()
|
||||
{
|
||||
Constraints.acceptGeometry(getCompleteGeometry());
|
||||
rebuildVertexIndex();
|
||||
}
|
||||
|
||||
int SketchObject::addGeometry(const std::vector<Part::Geometry *> &geoList)
|
||||
{
|
||||
const std::vector< Part::Geometry * > &vals = getInternalGeometry();
|
||||
|
||||
Reference in New Issue
Block a user