Changesets: FreeCAD

master 2a3edfcd

2015-04-24 21:45:34

wmayer

Details Diff
+ FEM: Add icon to command
mod - src/Mod/Fem/Gui/Workbench.cpp Diff File
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master c692d6e1

2015-04-24 21:30:38

yorik

Details Diff
Arch: IFC importer can now recreate extrusions

By enabling the setting in IFC preferences, the IFC
importer can now detect if an input shape is a normal
extrusion, and create the object as a Part::Extrusion.
mod - src/Mod/Arch/ArchCommands.py Diff File
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/Resources/ui/archprefs-import.ui Diff File
mod - src/Mod/Arch/importIFC.py Diff File

master 7036d46b

2015-04-24 20:46:22

Przemo Firszt


Committer: wmayer Details Diff
FEM: ccxInpWriter shouldn't do any validation or guessing

Also, there is no need to print material parameters to the console.
User can see that info in dialog box, in .inp file and it's also printed
to console after material has been set.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/ccxInpWriter.py Diff File

master 5e48d624

2015-04-24 20:44:23

Przemo Firszt


Committer: wmayer Details Diff
FEM: Make sure Edit/Run buttons stay disabled if ccxInpWriter didn't generate .inp file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master ed826764

2015-04-24 20:42:21

Przemo Firszt


Committer: wmayer Details Diff
FEM: Cleaning ccxInpWriter

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/ccxInpWriter.py Diff File

master b61bb54b

2015-04-24 20:41:30

Przemo Firszt


Committer: wmayer Details Diff
FEM: General_name is invalid since f96f31998619

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master c9a54019

2015-04-24 20:39:07

Przemo Firszt


Committer: wmayer Details Diff
FEM: Reduce femConsole noise

Showing ccx output during short colculations doesn't make any sense.
During long calculations user is flooded with messages, that ccx
produced empty output.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 9f772857

2015-04-24 20:36:49

Przemo Firszt


Committer: wmayer Details Diff
FEM: Remove multiple empty lines produced by ccx before sending to FEM console

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master bdfe2baf

2015-04-24 20:30:13

Przemo Firszt


Committer: wmayer Details Diff
FEM: Always scroll FEM console to the bottom after adding new message

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master cd4e71ea

2015-04-24 19:19:09

Przemo Firszt


Committer: wmayer Details Diff
FEM: Typo/white space fix

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/ccxInpWriter.py Diff File

master f1b75dbe

2015-04-24 05:45:12

ian.rees


Committer: wmayer Details Diff
Refactored PropertyEnumeration
mod - src/App/CMakeLists.txt Diff File
add - src/App/Enumeration.cpp Diff File
add - src/App/Enumeration.h Diff File
mod - src/App/PropertyGeo.h Diff File
mod - src/App/PropertyStandard.cpp Diff File
mod - src/App/PropertyStandard.h Diff File
mod - src/Base/Matrix.h Diff File

master 9967bbe2

2015-04-24 04:13:58

yorik

Details Diff
Drawing: Symbols can now contain editable texts
mod - src/Mod/Drawing/App/FeatureViewSymbol.cpp Diff File
mod - src/Mod/Drawing/App/FeatureViewSymbol.h Diff File

master 4db69850

2015-04-23 23:36:05

wmayer

Details Diff
+ FEM: reimplement function to create FEM mesh from shape
mod - src/Mod/Fem/Gui/Command.cpp Diff File
mod - src/Mod/Fem/Gui/Workbench.cpp Diff File
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 294939f4

2015-04-23 23:13:14

Przemo Firszt


Committer: wmayer Details Diff
FEM: Rename CalculixLib to ccxFrdReader

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/Init.py Diff File
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master ec962173

2015-04-23 23:11:47

wmayer

Details Diff
+ FEM: cleanup of unused dialog
mod - src/Mod/Fem/Gui/CMakeLists.txt Diff File
mod - src/Mod/Fem/Gui/Command.cpp Diff File
rm - src/Mod/Fem/Gui/Hypothesis.cpp Diff File
rm - src/Mod/Fem/Gui/Hypothesis.h Diff File
rm - src/Mod/Fem/Gui/Hypothesis.ui Diff File

master d6b2ae80

2015-04-23 23:08:45

Przemo Firszt


Committer: wmayer Details Diff
FEM: Move .inp writer to InpWriter.py file

Suggested by: bernd
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File
add - src/Mod/Fem/ccxInpWriter.py Diff File

master 42bc0b57

2015-04-23 22:49:17

Przemo Firszt


Committer: wmayer Details Diff
FEM: Remove never used saveMat function

That function won't be used as there is a plan to merge material
handling with Arch wb and Arch wb already has material editor.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master af4ad905

2015-04-23 22:46:16

Przemo Firszt


Committer: wmayer Details Diff
FEM: Remove never used colorValue function and FemLib.py file

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
rm - src/Mod/Fem/FemLib.py Diff File
mod - src/Mod/Fem/Gui/AppFemGui.cpp Diff File

master c6d1052f

2015-04-23 21:05:38

Przemo Firszt


Committer: wmayer Details Diff
FEM: Force showing Youngs modulus in MPa

That commit fixes inconsistent behaviour of Young's modulus input field
units in FEM material dialog window.

Reported-by: sgrogan
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalMaterial.py Diff File

master efcfd10a

2015-04-23 20:16:27

Przemo Firszt


Committer: wmayer Details Diff
FEM: Remove empty python file added with commit 2818bc4ddf93a

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
rm - src/Mod/Fem/Driver/Standard-Calculix.py Diff File

master 79caef00

2015-04-23 20:02:57

Przemo Firszt


Committer: wmayer Details Diff
FEM: Fix typo

Reported-by: dubstar-04
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 13b8d323

2015-04-23 13:31:14

wmayer

Details Diff
+ FEM: Improve drag and drop for FEM analysis object
mod - src/Gui/Tree.cpp Diff File
mod - src/Gui/ViewProvider.h Diff File
mod - src/Mod/Fem/Gui/ViewProviderAnalysis.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderAnalysis.h Diff File

master 249c2641

2015-04-23 12:36:14

Przemo Firszt


Committer: wmayer Details Diff
FEM: Change order of FEM toolbar items

Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/Workbench.cpp Diff File

master f3b33f52

2015-04-23 12:29:00

Przemo Firszt


Committer: wmayer Details Diff
FEM: Reset min/max/avg to the initial state after user selected None

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master c5850e51

2015-04-23 12:06:26

Przemo Firszt


Committer: wmayer Details Diff
FEM: Cut material name to 80 characters

CalculiX documentation tells that maximum alowed material name length
is 80 characters, so we have to respect that. Also ccx quietly fails if
that limit is not honoured.

Reported-by: bernd
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 556 557 558 559 560 561 562 ... 630 ... 649 650 651  Next  Last