Files
create/src/Mod
Simon 9633c94515 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
..
2017-04-09 18:29:11 +02:00
2017-04-23 18:48:21 -03:00
2016-09-23 21:28:53 +02:00
2017-03-08 20:39:38 -03:00
2017-04-20 09:49:19 +02:00
2017-04-20 09:49:19 +02:00
2017-04-23 18:48:21 -03:00
2017-03-15 10:30:50 -03:00
2017-04-23 18:48:21 -03:00
2017-03-15 10:41:25 -03:00
2017-04-17 16:20:44 +02:00