make bodies, origins, planes and lines unmovable

This commit is contained in:
Stefan Tröger
2015-05-10 11:12:55 +02:00
parent f7a1fda101
commit e6b96067f9
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));
}