Commit Graph

2003 Commits

Author SHA1 Message Date
wmayer
b4fb579e05 + Use icons and translated names for Part primitives 2013-12-09 11:11:51 +01:00
wmayer
de677a16f4 + Allow also int when a float is expected in sketcher constraints 2013-12-08 14:18:50 +01:00
wmayer
1482b39ac6 + Apply fix of correct use of ShapeFix_Face 2013-12-07 12:54:38 +01:00
jriegel
09a2e1b504 Starting Calculix integration 2013-12-06 23:26:56 +01:00
Yorik van Havre
8d447d28a5 Material: packed resources for the editor 2013-12-06 18:32:06 -02:00
wmayer
583a830b92 + Fix compiler warnings with OCC 6.6 2013-12-05 23:06:13 +01:00
jriegel
4837cc7061 fix error of gcc and remove old parser code. 2013-12-05 08:42:33 +01:00
jriegel
87c8d5b022 Switching the UnitsApi to the new Quantity system 2013-12-03 19:03:08 +01:00
jriegel
7aef3c1aff fix in get visible faces 2013-12-02 20:35:12 +01:00
wmayer
20087d70d3 fixes #0001321: more visual feedback for check geometry command 2013-12-01 11:57:30 +01:00
wmayer
628da091b6 fixes #0001302: crash in model refine. 2013-12-01 11:44:50 +01:00
jriegel
8e1fe50100 Finish Displacement and animation of it. 2013-11-28 23:30:21 +01:00
jriegel
43951a0be0 Starting Displacement post-processing to the FemMesh ViewProvider 2013-11-28 19:52:58 +01:00
jriegel
b8c80bd35c Adding python capabilities to the Result objects 2013-11-28 19:52:41 +01:00
Yorik van Havre
395c95a154 Arch: Added Draft_PathArray to the Arch WB 2013-11-28 11:55:40 -02:00
Yorik van Havre
74339f66a1 Draft: Added Jim's PathArray icon 2013-11-28 11:53:36 -02:00
WandererFan
70e0431341 Add Draft makePathArray and _PathArray
Add Draft PathArray GUI tool
2013-11-28 11:42:14 -02:00
jriegel
84601cc346 Objects for Results of FEM analysis 2013-11-27 20:14:58 +01:00
wmayer
fdc6dac004 + Fix FEM install target 2013-11-27 16:26:43 +01:00
wmayer
223fde0d88 + Fallback for meshing dialog if MeshPart fails to load 2013-11-27 15:19:52 +01:00
Yorik van Havre
e2b424cdc3 Arch: Better view provider for axis object 2013-11-25 16:48:24 -02:00
wmayer
49b72a8193 + Support of export to X3D for meshes 2013-11-25 13:39:31 +01:00
wmayer
6fbee9d8dd Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-25 10:26:42 +01:00
wmayer
a68de802d8 + Remove duplicate icon 2013-11-25 10:26:09 +01:00
Yorik van Havre
3da027d612 Draft: Fixed indentation problem in importDXF 2013-11-24 22:13:45 -02:00
Yorik van Havre
a8739b38b8 Draft: fixed typo 2013-11-24 18:02:48 -02:00
wmayer
ac93eae55b + Return an emtpy array if something fails inside getPickedPoints() 2013-11-22 10:18:14 +01:00
wmayer
10a8c462b8 + Get exact point on data model when picking in 3d view 2013-11-21 12:50:49 +01:00
Yorik van Havre
348329b7b9 Material: Created material editor
Materal editor is now funcional, abeit not complete. Can be used to
create and save new cards. Lauch from within FreeCAD with
import MaterialEditor; MaterialEditor.openEditor()
2013-11-19 19:27:15 -02:00
wmayer
70b626af09 + fix possible endless loop in mesh grid, allow to set an array of points to the kernel 2013-11-19 18:11:46 +01:00
Yorik van Havre
980f20d89d Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-18 11:12:14 -02:00
Yorik van Havre
f2eee76d31 Draft: Fixed regular polygon default name 2013-11-18 11:11:40 -02:00
wmayer
bb2ae31b65 + allow to set custom tolerances on validate sketch tool 2013-11-18 14:09:52 +01:00
jmaustpc
d91dd8c97d fix error Part_Prism in OpenSCAD,
update references to the properties of Part_Prism
in exportCSG.py
2013-11-18 11:08:29 +11:00
jmaustpc
4ad2c1a2bb Part_Prism in OpenSCAD,
update references to the properties of Part_Prism
in importCSG.py and prototype.py
2013-11-18 11:08:29 +11:00
jmaustpc
ce5671401e fix property names for Part RegularPolygon and Prism
Prism properties: - Polygon, Circumradius and Height
RegularPolygon  : - Polygon and Circumradius

DraftTools updated to reflect the change in property names
2013-11-18 11:08:29 +11:00
Keith Sloan
91f61246f1 Hull and Minkowski operations using OpenSCAD 2013-11-17 13:50:35 +01:00
jriegel
327d8e7b53 Add Attribute to FemMeshViewProvider python class to get all visible FemMesh faces. 2013-11-17 13:08:45 +01:00
Yorik van Havre
241fb73b95 Arch: Better sectionplane widget 2013-11-16 19:47:26 -02:00
Yorik van Havre
f53d760096 Draft: changed Part::Polygon properties names 2013-11-16 14:22:03 -02:00
Yorik van Havre
384de2e3c9 Raytracing: small bugfix in preferences 2013-11-15 23:46:19 -02:00
Yorik van Havre
3cf68dcd2c Draft: polygon tool can now use Part::RegularPolygon - fixes #0001305 2013-11-14 17:40:20 -02:00
jmaustpc
1d381c6198 minor code clean ups removing previously hidden unwanted code
PrimitiveFeature.cpp
PrimitiveFeature.h
2013-11-14 13:30:25 -02:00
jmaustpc
ae53ef63b4 rebase auto merge error fix AppPartGui.cpp
add ViewProviderRegularPolygon
2013-11-14 13:30:25 -02:00
jmaustpc
56f8aa2889 minor error hide Height PrimitiveFeature.h 2013-11-14 13:30:25 -02:00
jmaustpc
072e015a54 rebase auto merge error fixes
Signed-off-by: jmaustpc <jmaustpc@users.sourceforge.net>
2013-11-14 13:30:25 -02:00
jmaustpc
cb540afa2e Add Part_RegularPolygon,
regular polygon edge in Part workbench "create primitives",

Add icons Part_Polygon and Part_Spline
2013-11-14 13:30:25 -02:00
wmayer
3be45a18a5 Parameter transformation 2013-11-14 11:27:07 +01:00
Yorik van Havre
3b76037a65 Draft: Dimension recode - fixes #1000, #852, #678
Draft dimensions have been recoded and should now behave better in non-XY planes,
and gained several new properties to adjust their look.
2013-11-13 19:25:01 -02:00
Yorik van Havre
ef167e8dd1 Arch: added a prefs option to use a custom IFC schema 2013-11-13 16:50:05 -02:00