Yorik van Havre
d8fd1bc482
First groundwork on Arch Schedule tool
2015-04-26 13:57:36 -03:00
wmayer
92149d10b7
+ fix broken unit test
2015-04-25 21:58:41 +02:00
Ian Rees
a01bb06f49
Now with more Property properties!
2015-04-25 23:43:15 +12:00
wmayer
42e351e830
+ fix gcc build failure
2015-04-25 10:21:32 +02:00
Ian Rees
1b57b8d78a
Refactored PropertyEnumeration
2015-04-24 23:33:33 +02:00
wmayer
122ba7c3c4
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-04-24 21:46:19 +02:00
wmayer
93526b3d87
+ FEM: Add icon to command
2015-04-24 21:45:34 +02:00
Yorik van Havre
b8172a5212
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.
2015-04-24 16:30:38 -03:00
Yorik van Havre
8cb54cf764
Drawing: Symbols can now contain editable texts
2015-04-23 23:13:58 -03:00
wmayer
603d51ed9a
+ FEM: reimplement function to create FEM mesh from shape
2015-04-23 23:36:05 +02:00
wmayer
51ef3a85bc
+ FEM: cleanup of unused dialog
2015-04-23 23:11:47 +02:00
Przemo Firszt
439e99a57a
FEM: Change Start Calculations shortcut to S, C
...
Suggested by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:05:44 +02:00
Przemo Firszt
61cf264507
FEM: Change Show Results shortcut to S, R
...
Suggested by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:05:27 +02:00
Przemo Firszt
7026622979
FEM: Change New Analysis shortcut to N, A
...
Suggested by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:05:06 +02:00
Przemo Firszt
f00a353268
FEM: Change Mechanical Material shortcut to M, M
...
Suggested by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:04:50 +02:00
Przemo Firszt
cd76999943
FEM: Change order of FEM toolbar items
...
Suggested by wmayer
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:04:31 +02:00
Przemo Firszt
7a54431073
FEM: Reset min/max/avg to the initial state after user selected None
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:04:09 +02:00
Przemo Firszt
e0ebdc603f
FEM: Show displacement/stress nicely formatted and with proper units
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:03:44 +02:00
Przemo Firszt
954be3f18c
FEM: Rename min/max to avoid unintentional built-in function overload
...
min/max are python build-in functions, so we shouldn't use them as variable names
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:03:26 +02:00
Przemo Firszt
20d10ccb75
FEM: Fix white spaces
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:03:04 +02:00
Przemo Firszt
e96cc5ed00
FEM: Ignore unicode conversion errors
...
Solution suggested by shoogen
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:02:42 +02:00
Przemo Firszt
a0caf91c23
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 >
2015-04-23 17:02:22 +02:00
Przemo Firszt
977398d480
Material: Use repr instead of backticks
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:02:02 +02:00
Przemo Firszt
848e0957a0
Material: Fix white space errors in Material.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:01:39 +02:00
Przemo Firszt
a46e8c3129
FEM: Change default behaviour of ConfigParser used for materials
...
ConfigParser changes option capital letters in keys to small letters.
That commit changes it to generate verbatim keys as read from FCMat
files. Also Section names are no longer used to generate material
dictionary.
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:01:18 +02:00
Przemo Firszt
6e9bd2fa39
FEM: Change way of handling combobox with FEM results
...
Identification of selected result item is no longer based
on the item string, but on a separate userData. This method
is language agnostic.
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 17:00:56 +02:00
Przemo Firszt
b4cceb7c1c
FEM: Clean white spaces in MechanicalAnalysis.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 16:59:52 +02:00
Przemo Firszt
099fd9fd61
FEM: Clean imports in MechanicalAnalysis.py
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 16:59:30 +02:00
Przemo Firszt
f481513f06
FEM: Make sure .inp doesn't contain force values that crash ccx
...
ccx crashes when a force has too many digits like this:
FemConstraintForce,2,1.5966711853290134e-18
but it's OK with that format:
FemConstraintForce,2,1.5966711853e-18
An example of ccx error:
*ERROR reading *CLOAD. Card image:
FEMCONSTRAINTFORCE,3,1.5966711853290134E-18
This commits adds formatting to make sure the numbers are within ccx
limits.
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-23 16:58:57 +02:00
wmayer
638bf26bb5
+ FEM: Improve drag and drop for FEM analysis object
2015-04-23 13:31:14 +02:00
Yorik van Havre
5a83c493d7
added new set of Drawing templates - fixes #2065 #2043 #2005
2015-04-22 19:01:55 -03:00
wmayer
56147abc14
+ FEM: Support drag and drop for analysis object
2015-04-22 23:24:43 +02:00
wmayer
fc6fb691fc
+ hide input shape after creating fem object, give feedback on wrong selection for nodes set
2015-04-22 22:45:07 +02:00
Bernd Hahnebach
96daa788f3
FEM: CalculiX input file, possibility to write more than one material object
2015-04-22 15:28:37 -03:00
wmayer
bbd5a882b3
+ extend Inventor builder, project curve on mesh
2015-04-22 17:15:49 +02:00
wmayer
05b921df0d
+ fix bug in read-only InputField, minor Utf-8 issue in meshing dialog
2015-04-22 14:01:27 +02:00
Yorik van Havre
b988ad0016
Arch: Better output of ArchVRM renderer
2015-04-20 18:34:40 -03:00
Yorik van Havre
9f202025d8
Workaround for issue #1963 - Search for templates in userAppData/Templates folder
2015-04-20 12:45:43 -03:00
wmayer
3442eecb7a
+ FEM: remove useless error message
2015-04-20 11:35:40 +02:00
wmayer
16362ef79a
+ do not translate units
2015-04-20 10:48:06 +02:00
wmayer
7fbb50df61
+ do not translate units
2015-04-19 23:41:27 +02:00
Yorik van Havre
bed600f883
Arch: misc improvements to materials and IFC
...
* Improved IFC export of curved surfaces
* Better icon for materials group
* Fixes in IFC export of materials
2015-04-19 16:34:36 -03:00
wmayer
761fb84684
+ update Debian packaging files
2015-04-19 13:42:02 +02:00
wmayer
a628da459e
+ remove broken command from FEM workbench
2015-04-18 22:06:55 +02:00
Yorik van Havre
e6883bafc3
Arch: Enabled materials in IFC import & export
2015-04-17 19:43:54 -03:00
wmayer
f52ed288c1
+ fixes #0001998 : For 32 px and 48 px the icons with a submenu in toolbars are not display at the good size
2015-04-17 23:16:28 +02:00
wmayer
40883ac597
+ use .dylib for normal shared libraries under MacOSX
2015-04-17 18:13:51 +02:00
Przemo Firszt
8e8839a922
FEM: Fix typo in fem_console_message name
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-17 10:51:56 +02:00
Przemo Firszt
7de378367b
FEM: Fix rare crash related to the date of compilation of ccx
...
Printing FEM console message could fail if ccx was compiled in March
and standard output contained double dotted a.
"You are using an executable made on Mi 4. Mär 19:49:02 CET 2015"
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-17 10:51:56 +02:00
Przemo Firszt
0880940efb
FEM: Fix typo. Rename MathObject to MaterialObject
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-17 10:51:56 +02:00