maito78
db7465b215
Add parameter at given distance method for curves
2016-07-29 22:40:19 +02:00
DeepSOIC
01c48219eb
Part: add/update GUI commands
...
* Updated translation contexts for Gui commands for JoinFeatures.
* Added Gui commands for Split tools: BooleanFragments, Slice, XOR.
Icons.
2016-07-29 14:20:52 +03:00
DeepSOIC
8c908d4106
Part: add BOPTools package as member of Part Py module
2016-07-29 14:18:01 +03:00
DeepSOIC
ca4299230a
Part: add BOPTools package
...
Containing implementation of new JoinConnect, as well as new splitting
tools: BooleanFragments, Slice and XOR.
2016-07-29 14:16:54 +03:00
DeepSOIC
e2c530a485
Part: deprecate old JoinFeatures code
...
Commented out all the code not essential for recomputing old
JoinFeatures. The rest is left to support opening old projects.
2016-07-29 14:13:12 +03:00
Yorik van Havre
65943e6702
Arch: Made IfcProduct untranslatable in IFC preferences page
2016-07-28 12:20:59 -03:00
Jonathan Wiedemann
409a93b1c5
Move printMessage in ArchCommands.
...
Messages are translatable.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
ebcd480c7c
Fix wrong display of translated message.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
be0c8ed3ac
Allow floors in floor object.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
3b5edef72d
Arch: Fix Site, Building, Floor objects creation
...
-New param : GetBool("FreeLinking",False), unavailable in pref see
parameters
-by default :
allow create Site on Building only
deny create Building on Site or Building
deny create Floor on Site, Building,Floor
-option:
allow create and linking what you want (until non-DAG)
2016-07-24 19:57:23 -03:00
wmayer
217d4897fe
support groups for export to obj format
2016-07-24 16:16:42 +02:00
wmayer
3f83814682
improve groups handling of obj mesh format
2016-07-24 00:23:45 +02:00
Sergei Krivonos
4629c99350
fixed makeWire face parameter treating
...
Change-Id: If72a3a1615a56064b113b4d4b1f282ad0229b88d
2016-07-23 11:58:35 -03:00
WandererFan
ff24d1e11a
Refactor method to base View
...
Auto allocate member attributes
2016-07-23 15:03:39 +02:00
WandererFan
9721db0df5
Fix GH Issue 49 Clip artifact
2016-07-23 15:03:39 +02:00
WandererFan
ee318b6a2c
remove unneeded boundingRect methods
2016-07-23 15:03:39 +02:00
WandererFan
14329d9458
Remove obs property & code
2016-07-23 15:03:39 +02:00
WandererFan
48f008d772
Simplify ClipMinus selection logic
2016-07-23 15:03:39 +02:00
WandererFan
efbb08a136
Center new view on Page/ClipGroup
2016-07-23 15:03:39 +02:00
WandererFan
7f2b54d48e
Fix 0002627 wrong value in dimension
...
Remove obolete dimension properties
2016-07-21 19:50:38 -04:00
Bernd Hahnebach
42429f15b0
FEM: pyhton code formating: comment should start with '# '
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
999e3d9ce7
FEM: python code formating flake8: add white space to start comment block, where missing
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
598e42092c
FEM: input writer ccx: better def name and comments
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
bb14db6193
FEM: small changes in comments in FemTools
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
ef84b6733d
FEM: GUI: typos in FEM menue and icon tool tipps
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
b164af35f7
FEM: code formating: trailing white spaces
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
e76fa5191c
FEM: do not write empty constraints to ccx input file
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
8645a0456a
FEM: typo in input writer ccx
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
d5e9a6b2d2
FEM: check prerequisites: adapt to self weight
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
036a2c9e1a
FEM: constraint self weight: implementation for solver CalculiX
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
f67363acd8
FEM: constraint self weight: add icon
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
1f341ed4b4
FEM: constraint self weight: object implementation
2016-07-21 18:40:51 -03:00
Przemo Firszt
0028b5ec28
[Material] Fix acrylic glass density and remove comments
2016-07-20 21:48:07 +01:00
Przemo Firszt
1a635c6d36
[Material] Amend Aluminum-6061-T6.FCMat
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2016-07-18 17:40:15 -03:00
WandererFan
9bceb30d30
Prevent buildup of old QGItems
2016-07-17 10:43:55 -04:00
WandererFan
9b81ea1cc9
Exclude hatches from SVG export.
...
QtSvg does not support clipping which is required for hatches.
2016-07-17 10:43:54 -04:00
wmayer
6e6904898c
fix build failure with occ 6.9.0
2016-07-17 16:18:12 +02:00
vejmarie
fdc44af644
Fix MED Reader
...
Assign same Mesh name into MED archive based on shortfilename during write and read operation
2016-07-16 17:43:20 +02:00
wwmayer
4e08302582
Merge pull request #219 from tomate44/tomate44-BezierSurface-fix
...
fix VDegree
2016-07-15 13:57:52 +02:00
Mateusz Skowroński
634f3af079
Fix some GCC warnings.
2016-07-15 13:05:37 +02:00
tomate44
2281881f06
fix VDegree
...
fix for getVDegree that was returning UDegree
2016-07-15 11:27:24 +02:00
Lorenz Hüdepohl
2cf6da1739
Path: Fix spurious full circles in PathProfile
...
There was an issue in the conversion from a toolpath to GCode, some very
small circles were mistaken for full circles when their coordinates were
output in some finite precision.
2016-07-15 10:57:12 +02:00
wmayer
f85c76f6d9
replace tabs with spaces
2016-07-15 10:44:19 +02:00
Sergo
ca3deae602
refuse to create partdesign objects if no active body in document
2016-07-15 10:35:52 +02:00
WandererFan
1365653891
Prevent invisible faces.
...
Warn if Direction == XAxisDirection
2016-07-14 18:10:27 -04:00
WandererFan
dd543c22ef
Get user prefs at time of use
2016-07-14 15:55:57 -04:00
WandererFan
9dc0b909d0
Fix default normal/select/preselect colors
2016-07-14 15:55:57 -04:00
wmayer
b6670cde01
+ GFA is available since OCC 6.9.0, raise an AttributeError otherwise
2016-07-14 15:16:02 +02:00
vejmarie
fc76bf8bbb
Fix MED Export
2016-07-14 14:53:46 +02:00
Mateusz Skowroński
6abf16b720
Fix files encoding. Go from ISO8859-1 to UTF-8.
2016-07-14 14:49:19 +02:00