wmayer
8bc1eb90ed
+ make compiler check working for older cmake versions
2016-06-05 09:37:26 +02:00
Yorik van Havre
3959a673f4
Arch: Added support for IfcOpenShell serializer
2016-06-04 17:43:41 -03:00
Yorik van Havre
e543601099
Draft: Handle exception in DXF output
2016-06-04 17:42:22 -03:00
Yorik van Havre
5eb3944aeb
Added more SVG patterns + translation table - issue #2577
2016-06-04 17:41:23 -03:00
wwmayer
493d01f7a6
Merge pull request #184 from sliptonic/master
...
Correctly format drilling locations.
2016-06-04 14:01:51 +02:00
wmayer
a2a8a517a9
+ use QString's vsprintf to avoid to truncate the output string
2016-06-04 10:37:08 +02:00
sliptonic
ccfefeee83
Correctly format drilling locations.
2016-06-03 13:45:25 -05:00
Bernd Hahnebach
16162989ee
FEM: udate 3D FEM example file and add 2D FEM example file
2016-06-03 07:30:28 +02:00
Bernd Hahnebach
5eb34cf7fe
FEM: only deactivate and activate visibility for FEMmeshes inside analysis container
2016-06-03 07:30:09 +02:00
Bernd Hahnebach
618b52fa3c
FEM: use solver object as parameter value in FemInputWriter class
2016-06-03 07:29:49 +02:00
Bernd Hahnebach
23d57a5d54
FEM: multiple solver are possible in one analysis, use the selected for calculation run
2016-06-03 07:29:29 +02:00
wwmayer
a551788236
Merge pull request #183 from sliptonic/basefix
...
Fix base geometry reference to use tuple in PropertyLinkSubList
2016-06-02 17:48:20 +02:00
sliptonic
74e25ce496
Fix base geometry reference to use tuple in PropertyLinkSubList
...
Also improves the naive test of vertical/horizontal faces for profiling.
replace naive test of verticality
Fix base references to use tuple in PropertyLinkSubList
338400c439
2016-06-02 09:27:47 -05:00
wmayer
01c4212502
+ revert regression in commit 92bf46cc affecting Part Thickness tool
2016-06-01 09:13:16 +02:00
sliptonic
ad6701d49c
Fixes for PathSurface.
...
Correctly remember settings.
2016-05-31 21:15:39 -03:00
Yorik van Havre
69630cc7a7
Arch: Handle IFC groups - fixes #2555
2016-05-31 20:43:34 -03:00
wmayer
274adc740a
+ do not always close a document if an error occurs while reading it in
2016-05-30 18:58:06 +02:00
Yorik van Havre
41ffcc81b0
Draft: Improvement to Draft Drawing views
...
* Property to specify if the view must appear even if the Source obj is off
* Property to set the line spacing for multiline texts
2016-05-30 13:23:37 -03:00
Przemo Firszt
96c8802223
[Material] Add Acrylic Glass
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2016-05-29 19:24:41 -03:00
Yorik van Havre
895494a889
Draft: Grid can now be changed on-the-fly from the Set Working Plane button - fixes #2566
2016-05-29 19:23:11 -03:00
Yorik van Havre
26d25807fb
Fixed buggy Building-US units schema
2016-05-29 12:15:35 -03:00
Bernd Hahnebach
cfe0821f67
FEM: add preference setting to keep results on rerun an analysis
2016-05-29 12:02:29 -03:00
Yorik van Havre
e96c37878e
Arch: added 3DS importer
2016-05-29 00:10:42 -03:00
tomate44
44f8dc3b87
Draft Bspline parameterization property
2016-05-28 23:45:22 -03:00
Yorik van Havre
533a3aa852
Draft: solved bug in snapper - fixes #2563
2016-05-28 22:35:14 -03:00
Yorik van Havre
631217b8ab
Draft: adapted dimensions to use US Building units schema
2016-05-26 20:38:27 -03:00
Yorik van Havre
71dd688d56
Added new units schema: US building (feet + inches + fraction)
2016-05-26 20:37:53 -03:00
Bernd Hahnebach
cfd47da2ef
FEM: trailing white spaces and format space in module Init.py
2016-05-26 12:06:44 +02:00
Bernd Hahnebach
d377e17f0b
Fem+App: use Tuple in PropertyLinkSubList::getPyObject
...
- fix appropriate methods in FemMeshTools
- fix task panels in FEM
- fix FemInputWriter
2016-05-26 12:06:44 +02:00
Yorik van Havre
c8f12e5abb
Added new units schema: Building Euro (everything in centimeters, areas/volumes in meters)
2016-05-25 19:10:48 -03:00
wmayer
285a417402
+ fix mistake in BSplineCurve.interpolate for Tangents/TangentFlags argument
2016-05-25 14:22:22 +02:00
wmayer
b014f86a88
+ fix drag and drop of Quarter viewer
2016-05-25 14:13:57 +02:00
wwmayer
a4de138b95
Merge pull request #176 from tomate44/patch-1
...
Update BSplineCurve interpolate documentation
2016-05-25 13:10:13 +02:00
wmayer
e46865ee43
+ support of obj format where texture colors are in range [0, 1] (as written by MeshLab)
2016-05-25 13:07:43 +02:00
wmayer
de714c33ce
+ fix reading of meshes with textures when vertexes are isolated
2016-05-25 12:22:01 +02:00
tomate44
082793c452
Update BSplineCurve interpolate documentation
2016-05-25 11:50:52 +02:00
wmayer
432709330a
+ support of tangents in BSplineCurve.interpolate
2016-05-24 23:15:17 +02:00
tomate44
1b7d4e3738
Update BSplineCurve interpolate documentation
...
Update BSplineCurve interpolate() documentation for the new "parameters" argument
2016-05-24 18:50:16 +02:00
wmayer
8c108fbf8d
+ make sure strings in PartDesign & Sketcher commands can be translated
2016-05-24 18:16:02 +02:00
Yorik van Havre
6fceaab416
Web: support for saving cookies across sessions - fixes #2447
2016-05-24 12:38:18 -03:00
Bernd Hahnebach
08e049f93c
FEM: beam section: use circle if width is not given
2016-05-23 22:01:31 +02:00
Bernd Hahnebach
b5102887c8
FEM: ccxFrdImport: fix hexa20 mesh import
2016-05-23 21:15:21 +02:00
Bernd Hahnebach
0618369a3f
FEM: allow frequency analysis without constraint fix and change some error messages
2016-05-23 21:13:42 +02:00
sliptonic
04a0f82fb8
remove translation from property descriptions.
2016-05-23 13:04:58 -03:00
brad
30f3e93349
Operations and ToolControllers have labels set automatically.
...
This will hopefully make things a little clearer
A couple more Sanity checks.
Don't error if no TC in project.
2016-05-23 13:04:58 -03:00
sliptonic
8c1da65740
Cleanup. Make surface, drilling, and engrave work with preselect
2016-05-23 13:04:58 -03:00
sliptonic
e6e3528c3f
new icons
2016-05-23 13:04:58 -03:00
sliptonic
11c2396c11
OCC pocket handles large curves better now. Needs testing
...
initial commit
2016-05-23 13:04:58 -03:00
sliptonic
765c6a9d8a
defaults if objects pre-selected. Fixes
...
Smarter default for inside outside profiles
first commit
2016-05-23 13:04:58 -03:00
brad
8164c45d01
cleanup PathUtils.
...
Bug found profiling single face using occ. workaround.
defaults for profile are sane.
Automatically add pre-selected faces
2016-05-23 13:04:58 -03:00