FEM: constraint initial temperature, make reference property hidden and readonly
This commit is contained in:
committed by
Yorik van Havre
parent
3e2da0cd71
commit
8e48e336e3
@@ -52,6 +52,9 @@ ConstraintInitialTemperature::ConstraintInitialTemperature()
|
||||
"Normals where symbols are drawn");
|
||||
Points.setValues(std::vector<Base::Vector3d>());
|
||||
Normals.setValues(std::vector<Base::Vector3d>());
|
||||
|
||||
References.setStatus(App::Property::ReadOnly, true);
|
||||
References.setStatus(App::Property::Hidden, true);
|
||||
}
|
||||
|
||||
App::DocumentObjectExecReturn *ConstraintInitialTemperature::execute(void)
|
||||
|
||||
Reference in New Issue
Block a user