wmayer
|
59b8f21585
|
simplifiy code in SoFCIndexedFaceSet::GLRender, fix bug in wireframe mode when panning/rotating
|
2018-08-15 22:24:24 +02:00 |
|
paullee
|
35fedc0be3
|
Add basic MultiEdgesLanding method
|
2018-08-15 10:46:43 -03:00 |
|
paullee
|
cae9a831e3
|
Add AbsTop Property - Absolute Top Level of a segment/flight of stairs; To enable 'multi-segment' stairs.
|
2018-08-15 10:46:43 -03:00 |
|
paullee
|
825f0176b3
|
Add LastSegment Property - to enable 'multi-segment' / 'multi-flight' stairs; and fix some LandingDepth related bug.
|
2018-08-15 10:46:43 -03:00 |
|
Bernd Hahnebach
|
c74f47fc3e
|
FEM: post warp filter, try to better handle ui min max values, but no success
|
2018-08-15 09:18:59 +02:00 |
|
Bernd Hahnebach
|
73ff7f7ec9
|
FEM: post warp filter, add some comments and make code better readable, no real changes
|
2018-08-15 09:18:59 +02:00 |
|
Bernd Hahnebach
|
840b454cbc
|
FEM: post warp filter, small ui layout improvements
|
2018-08-15 09:18:58 +02:00 |
|
Bernd Hahnebach
|
94f9e91ab1
|
FEM: post warp filter, better values for ui spinbox values
|
2018-08-15 09:18:58 +02:00 |
|
wmayer
|
0eb432ddb7
|
BOPAlgo supports progress indicator since version 6.9.0
|
2018-08-15 09:09:44 +02:00 |
|
wmayer
|
23af852ad9
|
add progress indicator to BOP check task panel
|
2018-08-14 23:51:02 +02:00 |
|
wmayer
|
fe6b78e638
|
fix MSVC warning: unreferenced local variable
|
2018-08-13 11:06:20 +02:00 |
|
Mark Ganson TheMarkster
|
176820c042
|
use parallel mode of BOPCheck class
|
2018-08-13 10:10:27 +02:00 |
|
paullee
|
91dc92331f
|
Add HalfTurnLeft landing stairs basic feature.
- HalfTurnRight, stairs alignment etc. 'fix' added in 'later version' in my local machine not yet in this commit
Discussion posts :-
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=bbca78d86eda8a6f8837fc2901d88be7#p240745
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p247814
|
2018-08-12 14:09:39 -03:00 |
|
Ryan Pavlik
|
a08a8d658e
|
Fix ninja warnings about duplicate rules for Mod/Web/Init.py
Both Web/App and Web/Gui were copying it.
|
2018-08-11 17:39:14 +02:00 |
|
Ryan Pavlik
|
9fa22576b9
|
Fix ninja warnings about duplicate rules for Mod/Path/Init.py
Both Path/App and Path/PathSimulator/App were copying it.
|
2018-08-11 17:39:14 +02:00 |
|
wmayer
|
41f8718ef4
|
Fix globalPosition in Stl export
|
2018-08-11 15:36:08 +02:00 |
|
wmayer
|
17a453b6f4
|
compute the actual placement to apply instead of transforming the points twice
|
2018-08-11 14:36:50 +02:00 |
|
wandererfan
|
310337574e
|
Fix double application of Placement
- global placement already contains feature
placement, so multiplying aPoints by
global placement applies feature placement
twice.
|
2018-08-11 13:49:29 +02:00 |
|
hgutsche
|
1b00876014
|
Add library for concurremcy in >= VS2015
revert conditional in Points.cpp (i.e. reactivate parallel handling)
|
2018-08-11 11:55:51 +02:00 |
|
Markus Lampert
|
5ad9eaa81c
|
Set Operation's view object proxy to 0 to let the framework use the c++ implementation.
|
2018-08-11 11:35:47 +02:00 |
|
Markus Lampert
|
9082bcc0f9
|
Use TC of last operation of a job - bring up dialog if it's the first op of a job.
|
2018-08-11 11:25:46 +02:00 |
|
wandererfan
|
dbaff50edb
|
Fix Dimension update on DPG Scale Change
|
2018-08-11 11:24:13 +02:00 |
|
wandererfan
|
2dd9e67887
|
Expose findCentroid to Python
|
2018-08-11 11:24:12 +02:00 |
|
wandererfan
|
20247dd88f
|
Fix QGIVP boundingRect
|
2018-08-11 11:24:12 +02:00 |
|
wandererfan
|
c0c36138d7
|
Allow circular BSplines to be dimensioned
|
2018-08-11 11:24:12 +02:00 |
|
Yorik van Havre
|
b172c234a8
|
Arch: Initial support to export quantities to IFC
|
2018-08-10 18:37:13 -03:00 |
|
Yorik van Havre
|
ebe0d1aa76
|
Arch: Import/export Site data (longitude, latitude, etc..) to/from IFC
|
2018-08-10 17:08:20 -03:00 |
|
Yorik van Havre
|
c1ba8228fd
|
Arch: Support for IfcElementAssembly
|
2018-08-10 13:08:27 -03:00 |
|
Markus Lampert
|
9dbeb6f2b1
|
Added vertical/horizontal support for SurfaceOfRevolution.
|
2018-08-10 10:43:33 -03:00 |
|
Markus Lampert
|
3de432649a
|
Fixed Cancel of job selection - abort op creation.
|
2018-08-10 10:43:33 -03:00 |
|
Markus Lampert
|
574d184fc3
|
Use the job that matches the current selection - iff only one job fits that description.
|
2018-08-10 10:43:33 -03:00 |
|
Yorik van Havre
|
c078c4a448
|
Removed non-printable character at line 1
|
2018-08-10 10:41:50 -03:00 |
|
paullee
|
79df4134b0
|
1. Fixed typo in previous commit (item 3)
2. Added URL of discussion post / thread
3. Previous commit - Added Landing Depth Control to ArchStairs
Discussion:-
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358#p240197
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p249409
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=70#p249498
|
2018-08-10 10:41:50 -03:00 |
|
paullee
|
0e6ec613f0
|
Add Control Landing Depth
|
2018-08-10 10:41:50 -03:00 |
|
wmayer
|
d1acaa09da
|
avoid linker errors with >= VS 2015
|
2018-08-09 23:53:12 +02:00 |
|
Markus Lampert
|
ecc9725a56
|
Revert "Get the outline of the syntesized shape for PocketShape before extruding."
This reverts commit 7f87e71896e340e184265cb8972fc4392b33ace8.
|
2018-08-09 17:24:37 -03:00 |
|
wmayer
|
a7f261dc13
|
fix warnings
|
2018-08-08 18:02:59 +02:00 |
|
wmayer
|
ddfa3c8843
|
remove kwd argument for functions only with flag METH_VARARGS
|
2018-08-08 17:39:32 +02:00 |
|
Markus Lampert
|
e13c09235f
|
Changed all catch types to references for polymorphic exceptions.
|
2018-08-08 15:45:30 +02:00 |
|
Zheng, Lei
|
1a6fd6b048
|
Path.Area: add PocketLastStepover/LastStepover parameter
|
2018-08-08 13:54:58 +02:00 |
|
Bernd Hahnebach
|
328622c9a8
|
FEM: clipping plane, fix bound box calculation for obj with a property called Shape which is not a occt shape
|
2018-08-08 13:49:43 +02:00 |
|
easyw
|
22d5710986
|
make Loop selection command available outside Path WB
|
2018-08-08 08:58:22 +02:00 |
|
pekkaroi
|
1f785583c7
|
Make drill location list sortable
|
2018-08-07 16:35:32 -03:00 |
|
luz.paz
|
a10e5aced8
|
whitespace fixes
|
2018-08-07 11:13:31 -04:00 |
|
luz.paz
|
e086967dac
|
Source typo change
|
2018-08-07 11:13:31 -04:00 |
|
luz.paz
|
424cd49398
|
Typos and whitespace fixes
|
2018-08-07 11:13:31 -04:00 |
|
Bernd Hahnebach
|
815e414e77
|
FEM: icons, rename purge results icon
|
2018-08-07 16:57:06 +02:00 |
|
Bernd Hahnebach
|
99db97e8ee
|
FEM: icons, rename show result icon
|
2018-08-07 16:57:05 +02:00 |
|
Bernd Hahnebach
|
5e707d5aa2
|
FEM: icons, rename sphere icon
|
2018-08-07 16:57:05 +02:00 |
|
Bernd Hahnebach
|
978327e38a
|
FEM: icons, rename plane icon
|
2018-08-07 16:57:05 +02:00 |
|