Some notes on pad and draft features for future developments

This commit is contained in:
jrheinlaender
2012-11-27 19:45:06 +04:30
committed by wmayer
parent 433ead710f
commit 4fcbc4f3f1
2 changed files with 5 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ App::DocumentObjectExecReturn *Pad::execute(void)
// because the feature does not add any material. This only happens with the "2" option, though
// Note: It might be possible to pass a shell or a compound containing multiple faces
// as the Until parameter of Perform()
// Note: Multiple independent wires are not supported, we should check for that and
// warn the user
BRepFeat_MakePrism PrismMaker;
PrismMaker.Init(support, sketchshape, supportface, dir, 2, 1);
PrismMaker.Perform(upToFace);