make bodies, origins, planes and lines unmovable

This commit is contained in:
Stefan Tröger
2015-05-10 11:12:55 +02:00
parent 1880d46ec6
commit 0e8b78d2fb
4 changed files with 4 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ PROPERTY_SOURCE(PartDesign::Body, Part::BodyBase)
Body::Body()
{
Placement.StatusBits.set(3, true);
//ADD_PROPERTY(IsActive,(0));
}