make bodies, origins, planes and lines unmovable

This commit is contained in:
Stefan Tröger
2016-04-12 18:12:06 +02:00
parent 1880d46ec6
commit 0e8b78d2fb
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ PROPERTY_SOURCE(PartDesign::Body, Part::BodyBase)
Body::Body()
{
Placement.StatusBits.set(3, true);
//ADD_PROPERTY(IsActive,(0));
}