FreeCAD/src/Mod/PartDesign/App
DeepSOIC 4cc9b32e32 PartDesign: accomodating to sketch's multisupport
* FeatureSketchBased getSupportFace check for mapping mode
* Fixes failure to place sketches on DatumPlanes
2016-04-12 18:12:12 +02:00
..
AppPartDesign.cpp add feature loft 2016-04-12 18:12:10 +02:00
AppPartDesign.cpp.orig allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
AppPartDesignPy.cpp + simplify porting of PartDesign module to Python3 2016-01-20 17:00:43 +01:00
Body.cpp PartDesign/Body: make insert/removeFeature treat NULL in a less special way 2016-04-12 18:12:11 +02:00
Body.h PartDesign: fix spacing in several files 2016-04-12 18:12:11 +02:00
BodyPy.xml PartDesign/Body: add methodes to insert features into specific place 2016-04-12 18:12:11 +02:00
BodyPyImp.cpp PartDesign: fix spacing in several files 2016-04-12 18:12:11 +02:00
CMakeLists.txt add feature loft 2016-04-12 18:12:10 +02:00
DatumCS.cpp Fix programming error in DatumCS 2016-04-12 18:12:10 +02:00
DatumCS.h primitive bug fixes, add cylinder and sphere 2016-04-12 18:12:07 +02:00
DatumLine.cpp make origin work correct with multiple parts 2016-04-12 18:12:08 +02:00
DatumLine.h Some code cosmetics 2016-04-12 18:11:55 +02:00
DatumPlane.cpp add options for pipe tool 2016-04-12 18:12:09 +02:00
DatumPlane.h Some code cosmetics 2016-04-12 18:11:55 +02:00
DatumPoint.cpp make origin work correct with multiple parts 2016-04-12 18:12:08 +02:00
DatumPoint.h Some code cosmetics 2016-04-12 18:11:55 +02:00
Feature.cpp PartDesign: tidy up sketch support and base feature confusion 2016-04-12 18:12:11 +02:00
Feature.h PartDesign: tidy up sketch support and base feature confusion 2016-04-12 18:12:11 +02:00
FeatureAddSub.cpp fix build with MSVC11 aka 2012 2016-04-12 18:12:06 +02:00
FeatureAddSub.h fix build with MSVC11 aka 2012 2016-04-12 18:12:06 +02:00
FeatureBoolean.cpp PartDesign: remove Body::isFeature() because it's the same as BodyBase::hasFeature() 2016-04-12 18:12:10 +02:00
FeatureBoolean.h Allow booleans of bodies in PartDesign 2016-04-12 18:11:51 +02:00
FeatureChamfer.cpp allow to add faces to fillet and chamfer 2016-04-12 18:12:07 +02:00
FeatureChamfer.cpp.orig Some code unification for DressUp features 2016-04-12 18:11:56 +02:00
FeatureChamfer.h PartDesign: Fixed similar issue compared to #2302 with unit handling when using an expression for the chamfer size. 2015-11-09 21:37:24 +01:00
FeatureDraft.cpp PartDesign/FeatureDraft: fix a wronly placed NOT 2016-04-12 18:12:11 +02:00
FeatureDraft.h Created Draft feature for PartDesign 2012-12-04 10:59:41 +01:00
FeatureDressUp.cpp allow to add faces to fillet and chamfer 2016-04-12 18:12:07 +02:00
FeatureDressUp.cpp.orig Made the rest of the PartDesign features aware of the Body 2016-04-12 18:11:49 +02:00
FeatureDressUp.h allow to add faces to fillet and chamfer 2016-04-12 18:12:07 +02:00
FeatureFillet.cpp allow to add faces to fillet and chamfer 2016-04-12 18:12:07 +02:00
FeatureFillet.cpp.orig allow to add faces to fillet and chamfer 2016-04-12 18:12:07 +02:00
FeatureFillet.h PartDesign: Fixed issue #2302 with unit handling when using an expression for the fillet radius. 2015-11-09 21:37:08 +01:00
FeatureGroove.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeatureGroove.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureHole.cpp allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureHole.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureLinearPattern.cpp switch linear pattern to coordinate system axis 2016-04-12 18:12:05 +02:00
FeatureLinearPattern.h PartDesign: Added support for expressions. 2015-09-21 14:51:09 +02:00
FeatureLoft.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeatureLoft.h add feature loft 2016-04-12 18:12:10 +02:00
FeatureMirrored.cpp Allow datum lines and planes for Transformed features' references 2016-04-12 18:11:50 +02:00
FeatureMirrored.h PartDesign: Refactor pattern features and gui 2013-01-09 23:18:38 +01:00
FeatureMultiTransform.cpp allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureMultiTransform.h Make Multitransform children inherit its Placement 2013-01-06 23:33:00 +01:00
FeaturePad.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeaturePad.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeaturePipe.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeaturePipe.h add two scaling modes 2016-04-12 18:12:09 +02:00
FeaturePocket.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeaturePocket.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeaturePolarPattern.cpp switch polar pattern to coordinate system axis 2016-04-12 18:12:06 +02:00
FeaturePolarPattern.h PartDesign: Added support for expressions. 2015-09-21 14:51:09 +02:00
FeaturePrimitive.cpp add primitive preview visualization 2016-04-12 18:12:08 +02:00
FeaturePrimitive.h add remaining primitive features 2016-04-12 18:12:07 +02:00
FeatureRevolution.cpp PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeatureRevolution.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureScaled.cpp allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeatureScaled.h PartDesign: implement Transform and Pattern features 2012-09-07 11:55:26 +02:00
FeatureSketchBased.cpp PartDesign: accomodating to sketch's multisupport 2016-04-12 18:12:12 +02:00
FeatureSketchBased.h PartDesign: refactor positionBySketch 2016-04-12 18:12:11 +02:00
FeatureSolid.cpp Assembly import script & PartDesign Solid object 2016-04-12 18:11:46 +02:00
FeatureSolid.h Assembly import script & PartDesign Solid object 2016-04-12 18:11:46 +02:00
FeatureThickness.cpp add part design thickness 2016-04-12 18:12:08 +02:00
FeatureThickness.h add part design thickness 2016-04-12 18:12:08 +02:00
FeatureTransformed.cpp make transform features work with non-sketch based features 2016-04-12 18:12:07 +02:00
FeatureTransformed.h Part Design: support for overlapping and coincident patterns 2016-04-12 18:12:00 +02:00
PreCompiled.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
PreCompiled.h Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00