FEM: allow to Suppress the constraints (#12359)
* FEM: Introduce suppressible constraints * fix public inheritance
This commit is contained in:
committed by
GitHub
parent
ee39814f0c
commit
17af20aa20
@@ -109,6 +109,8 @@ Constraint::Constraint()
|
||||
Normals.setValues(std::vector<Base::Vector3d>());
|
||||
|
||||
References.setScope(App::LinkScope::Global);
|
||||
|
||||
App::SuppressibleExtension::initExtension(this);
|
||||
}
|
||||
|
||||
Constraint::~Constraint() = default;
|
||||
|
||||
Reference in New Issue
Block a user