FreeCAD/src/Mod/PartDesign/App
2016-04-12 18:12:09 +02:00
..
AppPartDesign.cpp add basic part design pipe infrastructure 2016-04-12 18:12:09 +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 fix build with MSVC11 aka 2012 2016-04-12 18:12:06 +02:00
Body.h fix body boolean placements 2016-04-12 18:12:06 +02:00
BodyPy.xml More bug fixes for Body insertion/deletion of features 2016-04-12 18:11:48 +02:00
BodyPyImp.cpp Moved generic Datum class to Part module to avoid Sketcher dependency on PartDesign 2016-04-12 18:11:49 +02:00
CMakeLists.txt add basic part design pipe infrastructure 2016-04-12 18:12:09 +02:00
DatumCS.cpp make origin work correct with multiple parts 2016-04-12 18:12:08 +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 make origin work correct with multiple parts 2016-04-12 18:12:08 +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 don't show placement for part design features 2016-04-12 18:12:06 +02:00
Feature.h Changed tree ordering of booleans and bodies 2016-04-12 18:11:51 +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 fix body boolean placements 2016-04-12 18:12:06 +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 Some code unification for DressUp features 2016-04-12 18:11:56 +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 allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +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
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 allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeaturePad.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +02:00
FeaturePipe.cpp add basic part design pipe infrastructure 2016-04-12 18:12:09 +02:00
FeaturePipe.h add basic part design pipe infrastructure 2016-04-12 18:12:09 +02:00
FeaturePocket.cpp allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +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 allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +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 make origin work correct with multiple parts 2016-04-12 18:12:08 +02:00
FeatureSketchBased.h allow non-sketch based additive and subtractive features 2016-04-12 18:12:06 +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