Add some commands to assembly

This commit is contained in:
jriegel
2012-02-08 22:29:34 +01:00
committed by Stefan Tröger
parent 57d4edab07
commit 437bf6d917
14 changed files with 373 additions and 14 deletions

View File

@@ -35,11 +35,11 @@ using namespace PartDesign;
namespace PartDesign {
PROPERTY_SOURCE(PartDesign::Body, Part::Feature)
PROPERTY_SOURCE(PartDesign::Body, Part::Body)
Body::Body()
{
ADD_PROPERTY(Model,(0));
}
short Body::mustExecute() const