sliptonic
4d0e4edefc
Toolchange output fixed
2016-11-13 14:51:36 -06:00
sliptonic
9a3e8fb698
PathJob chooser needs to use dialog in resource file
2016-11-13 14:51:36 -06:00
sliptonic
102f281ba1
Initial commit of facing op
2016-11-13 14:51:36 -06:00
sliptonic
d30a5c59a6
remove unneeded base geometry tab
2016-11-13 14:51:36 -06:00
Yorik van Havre
e162166f5d
Fixed last commit a bit better this time...
2016-11-13 18:11:43 -02:00
Yorik van Havre
ad8ace8134
Fixed leftover from previous commit
2016-11-13 17:50:33 -02:00
Yorik van Havre
28a7f966b9
Doc: Added a new WebDoc cmake target
2016-11-13 17:45:59 -02:00
wmayer
cc27b24da7
implement ExtensionContainerPy::getCustomAttributes to return a PyCFunction bound to the correct object
2016-11-13 17:49:10 +01:00
Yorik van Havre
bbd82ee895
Fixed setting an empty value to PropertyLinkSubList
2016-11-13 12:13:31 -02:00
ml
86e9d5462a
Fixed obj reference in custom length path.
2016-11-12 16:34:49 -08:00
ml
2ce5da42a7
Removal of extra path segments due to bone smoothing.
2016-11-12 16:34:49 -08:00
ml
730e86b03e
First cut at removing bone path crossings in tight alleys.
2016-11-12 16:34:49 -08:00
ml
6be2d29c92
Created class for Bone to carry it's attributes through the call chain.
2016-11-12 16:34:49 -08:00
ml
7c48086f75
Path calculation through intersections - enhanced robustness.
2016-11-12 16:34:49 -08:00
ml
88c33087a5
Calculation of intersections and arcs.
2016-11-12 16:34:49 -08:00
ml
a660829d37
Calculation of pivot points.
2016-11-12 16:34:49 -08:00
ml
c57f941f19
Fixed adaptive length calculation.
2016-11-12 16:34:49 -08:00
wmayer
86f515ba25
fix typos
2016-11-12 17:57:14 +01:00
wmayer
64f954cbfd
fix build failure for occ version < 7.0
2016-11-12 16:19:51 +01:00
wmayer
446e5e94cc
methods to fix shape tolerances
2016-11-12 16:14:46 +01:00
wmayer
2845b437b5
methods to analyze shape tolerances
2016-11-12 15:31:35 +01:00
Yorik van Havre
551c541a0d
Arch: fixed remaining bugs in structures + use facemakers - fixes #2523
2016-11-12 11:48:05 -02:00
wmayer
dfdb707743
add missing vtk component, use VTK_INCLUDE_DIRS for include dirs
2016-11-11 15:08:20 +01:00
wmayer
706094fbc2
clear expression when setting constraint non-driving
2016-11-11 12:33:20 +01:00
wmayer
8edd8cb599
do not allow to delete properties in FeaturePythonPyT
2016-11-10 23:57:41 +01:00
Yorik van Havre
8cfc59be9f
SVG rendering of Arch pipes
2016-11-10 19:27:49 -02:00
wmayer
bcbff88802
fix regression in FeaturePythonPyT
2016-11-10 21:43:01 +01:00
wmayer
24a50becb7
fix regression from pr334
2016-11-10 21:07:52 +01:00
Yorik van Havre
de38deccc1
Draft: small fix in svg production code
2016-11-10 16:17:36 -02:00
wmayer
2d20bdecdd
use only Python API for FeaturePythonPyT
2016-11-10 13:37:30 +01:00
Stefan Tröger
da1343e8ca
Remove unneeded console output
2016-11-09 21:47:01 -02:00
Stefan Tröger
cda1d68472
Fix PythonFeature Group persistance
2016-11-09 21:47:01 -02:00
wmayer
2f16afc641
make FeaturePythonPyT more flexible
2016-11-09 22:02:42 +01:00
wmayer
0dbc5d8041
remove deprecated macros
2016-11-09 16:58:54 +01:00
wmayer
b5cbaae73a
move handling of dynamic properties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 16:09:21 +01:00
wmayer
a012f6ba49
remove obsolete class ViewProviderPythonFeaturePy
2016-11-09 12:15:15 +01:00
wmayer
596a1a98e2
make class ViewProviderPythonFeaturePy obsolete
2016-11-09 11:39:27 +01:00
wmayer
8ef85c51fa
dynamic properties:
...
+ move addProperty, removeProperty and supportedProperties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 10:35:49 +01:00
Yorik van Havre
dae88ce39e
Draft: fixed DXF export - fixes #2761
2016-11-08 21:49:36 -02:00
wmayer
37339057f8
dynamic properties:
...
+ reimplment addDynamicProperty and removeDynamicProperty in TransactionalObject to raise exceptions
+ move addProperty, removeProperty and supportedProperties from ViewProviderPythonFeaturePy to ViewProviderPy
2016-11-08 19:55:17 +01:00
Yorik van Havre
1c5cc8bf62
Draft: Discretize projected arcs and ellipses - fixes #1612
2016-11-08 15:28:33 -02:00
wmayer
5c19fe2e74
move addDisplayMode from ViewProviderPythonFeaturePy to ViewProviderPy
2016-11-08 16:41:36 +01:00
wmayer
ff2a361928
fix several gcc warnings
2016-11-08 14:31:08 +01:00
wmayer
d2d927e760
performance improvements
...
+ use const-reference as argument to avoid tmp. copy
+ use prefix incremation operator instead of postfix increment operator
2016-11-08 13:51:22 +01:00
WandererFan
64a7c3f0e9
Basic working ViewImage
2016-11-07 17:20:20 -05:00
WandererFan
5767226294
Resolve minor merge conflict
2016-11-07 17:20:20 -05:00
WandererFan
53f0649273
Allow True dimensions to reference multiple Parts
2016-11-07 17:20:20 -05:00
WandererFan
e812a66398
Basic working multipart View
2016-11-07 17:20:20 -05:00
WandererFan
9ad177915d
Create outline of 3D shape
2016-11-07 17:20:19 -05:00
WandererFan
472f0b9549
Fix scaled QGIViewSymbol boundingRect
2016-11-07 17:20:19 -05:00