Commit Graph

791 Commits

Author SHA1 Message Date
Yorik van Havre
5353ad67ab Arch: small fix to last commit 2017-05-05 12:52:17 -03:00
Yorik van Havre
96ab2876b5 Arch: Fixed multilayer wall colors + added control in wall creation panel + fixed default roles 2017-05-05 12:45:41 -03:00
Yorik van Havre
f264f0fd41 Arch Multimaterial 2017-05-03 11:52:24 -03:00
Simon
0103762152 Fix wrong variable name symbolLineWidth -> svgSymbolLineWidth. 2017-04-23 19:42:25 -03:00
Simon
608968a9d2 ArchSectionPlane: Fix incomplete SVG because of = instead of +=. 2017-04-23 19:42:25 -03:00
Simon
980ff80ab7 ArchSectionPlane: Remove placeholders in getSVG and more clean up.
getSVG puts placeholders in the generated SVG code and replaces them
afterwards with length values. With the changes of the previous commits
this seems not to be necessary anymore.

I replace them in a separate commit so this change can be reverted easily.
2017-04-23 19:42:25 -03:00
Simon
15b0a425f5 ArchSectionPlane: Add properties for the line color and the fill color
* Both properties are automatically added to old section planes
  with the help of onDocumentRestored.
* A bit of style clean up to improve the readability of touched code lines.
2017-04-23 19:42:25 -03:00
Simon
1e854a482d ProjectionAlgos: Make the style of the lines in the SVG file configurable.
* getSVG provides new style parameters for every kind of line:
  V, V0, V1, H, H0, H1.
* Old line width parameters are removed. The style parameters
  can be used instead.
* A style is a map container for svg attribute keys and values
  (string, string).
* The Python interface is updated to offer the new style parameters
  accordingly as a dict.
* Because there are many parameters on the function call now,
  the Python interface supports keyword parameters.
* Update ArchSectionPlane to take advantage of the new style parameters.
  This simplifies the code. String replacements could be removed
  (done in a later commit).
* FeatureViewPy.cpp is – to my knowledge – the only function that used the
  old line width parameters. I rewrote it to use the new style parameters.
2017-04-23 19:42:25 -03:00
asiersarasua
289f901c29 Fix typos 2017-04-23 18:48:21 -03:00
Yorik van Havre
30188fec9e Moving Arch BIMServer, Arch Git and Web Sketchfab to new external WebTools workbench 2017-04-16 16:37:25 -03:00
Yorik van Havre
f7d9d66448 Arch: Allow to set which wire cuts the hole in Arch Windows 2017-04-16 14:54:59 -03:00
Yorik van Havre
a3c0606530 Arch: Support for Panels based on other shapes in PanelCut 2017-04-16 13:13:14 -03:00
Yorik van Havre
0f1b6af20c Arch: Fixed support of v/vt/vn notation in OBJ importer 2017-04-12 20:30:38 -03:00
Amritpal Singh
2eef37a1e4 updated recompute() function 2017-04-11 15:23:30 -03:00
Amritpal Singh
2f3d97d700 added recompute() function to reflect changes in the GUI 2017-04-11 15:23:30 -03:00
asiersarasua
4d71a55661 Fix typos 2017-04-09 18:29:11 +02:00
Yorik van Havre
744a9b3590 Arch/Draft: Autoselect results of Up/downgrade and arch component 2017-04-06 18:08:39 -03:00
Yorik van Havre
0b398559ab Arch: Rebars can now be based on any wire, not only sketches 2017-04-05 17:25:57 -03:00
Harald Geyer
4abaa92533 Arch: Add property to stairs object for making ladder style stairs
The StringerOverlap property allows to raise the stringers realtive to
the treads, so that they are actually beside them.

This type is often used for building wooden stairs.
2017-03-25 12:06:05 -03:00
sliptonic
c8c258aa28 Path: Several small bugs related to Arch Panel support in Path.
Sheet tag placement not including the sheet offset
contour not using sheet attributes
Engraving not using sheet attributes
Profile not using transform.
2017-03-21 15:04:53 -05:00
sliptonic
8fa768889b Path: additional functionality for arch panels 2017-03-21 10:27:51 -03:00
Yorik van Havre
54d82d9d7e Arch: little fix in IFC exporter 2017-03-20 18:01:54 -03:00
Yorik van Havre
0136dcc5d4 Arch: fixed bug in panel tools 2017-03-17 20:39:35 -03:00
Yorik van Havre
fc9bb28735 Arch: Add more metadata to exported DAE files 2017-03-17 17:23:16 -03:00
Yorik van Havre
b65a962d8f Arch: fixed bug in panels 2017-03-17 13:12:46 -03:00
Yorik van Havre
6be77ef271 Arch Added extra panel tools for sliptonic:
* ArchPanelCut.getWires(): returns (outlines,holes,tags) of this panel
* ArchPanelSheet.getOutlines(): returns the outlines of inner panels
* ArchPanelSheet.getHoles(): returns the holes of inner panels
* ArchPanelSheet.getTags(): returns the tags of inner panels
2017-03-16 18:12:10 -03:00
Kunda
088800576f Profiles for Arch pipes (fixes issue #2954)
Submitting this PR for user simsiem
MantisBT ticket #2954
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=21079
2017-03-15 10:34:25 -03:00
Yorik van Havre
ea274e59ed Arch: Material improvements
* Fix in material editor when loading existing material
* Added some properties to Arch materials that reflect the contents of the material dictionary
* Added some similar properties to Arch equipment
* Fixed standard code button in Arch material panel to go to Omniclass website to pick a code
2017-03-08 20:39:38 -03:00
Yorik van Havre
93983d8b6a Arch: small bugfix in IFC export 2017-03-08 16:41:05 -03:00
Yorik van Havre
94faa9dd2b Arch: misc minor bugfixes 2017-03-08 15:55:07 -03:00
Yorik van Havre
a6c880102e Arch: Renaming Hires to HiRes 2017-03-07 13:36:33 -03:00
Yorik van Havre
f1c729d984 Arch: Added Hires property + display mode to all Arch objects 2017-03-07 00:34:30 -03:00
Yorik van Havre
9f44809e9e Updated translations with latest files from crowdin 2017-03-06 11:53:09 -03:00
Kunda
de2392eb18 source typo fixes pt5
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
looooo
1e173b68a4 py3: Arch: mostly print-statements
7247937288be85fe217c2d57cdb96c9a666e4e28
00528f4b445fd851df53a79b4be6f1ff480f74d0
b7e3a874dbadbac1c1ecfade4b8676c15fdf25ee
2017-03-02 14:59:31 +01:00
Kurt Kremitzki
e81da82f79 Update arch exception catching for py3 2017-03-02 14:59:31 +01:00
Yorik van Havre
9daf12c6b2 Draft: Added utilities -> create Working Plane Proxy command 2017-02-25 20:34:43 -03:00
Yorik van Havre
2b2b88dcff Arch: Added option to create new material as a copy of an existing one in Arch Material dialog 2017-02-25 15:55:56 -03:00
Yorik van Havre
943920ea6c Arch: Added materials support to Arch OBJ import/exporter - fixes #2139 2017-02-25 01:07:48 -03:00
Yorik van Havre
f045e31970 Arch: Support for object colors in DAE importer/exporter 2017-02-23 22:46:32 -03:00
Yorik van Havre
489d080f77 Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role 2017-02-17 20:47:39 -02:00
Yorik van Havre
09ba0390d3 Arch: Testing opening property for windows 2017-02-14 10:07:59 -02:00
Yorik van Havre
b96b275579 Arch: Fix in Arch Test 2017-02-12 21:02:51 -02:00
Yorik van Havre
57a60f0385 Arch: Allow the hi-res version of Equipment objects to be a shape too 2017-02-10 12:41:41 -02:00
Yorik van Havre
c4778ed38d Arch: Added oddtopus's fixes to Arch Frame 2017-02-04 14:41:32 -02:00
Yorik van Havre
a988ac2537 Arch: Upgraded Equipment tool - fixes #2573 2017-02-01 23:04:14 -02:00
Yorik van Havre
828159ae3f Arch: fixed import of IFC Site geometry 2017-01-31 18:58:02 -02:00
Yorik van Havre
4cc7c723ab Arch: fixed small bug in Site area calculation 2017-01-30 13:13:13 -02:00
Yorik van Havre
f02c9ecf04 Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684 2017-01-29 14:27:42 -02:00
Yorik van Havre
009859ddf3 Draft: AutoGroup system 2017-01-25 14:55:14 -02:00