Yorik van Havre
f532e60f30
Added appveyor control file
2016-08-01 13:16:58 -03:00
Yorik van Havre
a79d2c6c9b
Arch: fixed import of IFC object without representation
2016-08-01 10:54:09 -03:00
wmayer
3785cf7631
add parameters to IsDeformed method
2016-07-31 19:08:42 +02:00
wmayer
33bb67edcb
fix rounding issue in IsDegenerated() method
2016-07-31 17:37:23 +02:00
wmayer
0ae92950f0
fix rounding issue in IsDegenerated() method
2016-07-31 13:48:09 +02:00
wmayer
9e4de92ce1
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
8a5c03b671
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
dfb460d3bd
+ add getter method to return current render mode
2016-07-30 15:45:36 +02:00
wmayer
51171fd932
+ implement modifier class to allow limited access to internals of mesh kernel class
2016-07-30 15:31:45 +02:00
wmayer
1e2e24b652
+ rename methods in Vector3 class
...
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00
wmayer
5c095de599
+ extend InventorBuilder to add an SoPolygonOffset node
2016-07-30 14:20:00 +02:00
maito78
8fe7c94452
Add parameter at given distance method for curves
2016-07-29 22:40:19 +02:00
wwmayer
a14794b4d5
Merge pull request #229 from DeepSOIC/BOPTools1
...
BOP tools (Part wb): new joinfeatures, and shape splitting tools/compsolid creation tools
2016-07-29 22:11:38 +02:00
DeepSOIC
e9b31ddb6a
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
c069987e41
Part: add BOPTools package as member of Part Py module
2016-07-29 14:18:01 +03:00
DeepSOIC
87b7c86197
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
ea586e9880
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
54c8828237
Arch: Made IfcProduct untranslatable in IFC preferences page
2016-07-28 12:20:59 -03:00
wmayer
732eb7fee3
support any sequence type in init method of Vector class
2016-07-27 09:23:20 +02:00
Yorik van Havre
67458d5bd2
Added new 0.17 devs in credits
2016-07-25 11:40:33 -03:00
Yorik van Havre
067b12dd3f
Included addon authors in credits
2016-07-25 10:24:01 -03:00
Jonathan Wiedemann
41307ef5a1
Move printMessage in ArchCommands.
...
Messages are translatable.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
15b70be51b
Fix wrong display of translated message.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
b114a051f4
Allow floors in floor object.
2016-07-24 19:57:23 -03:00
Jonathan Wiedemann
7425394df9
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
1f3c2ef2c8
support transparent background when using renderToFramebuffer
2016-07-24 22:24:58 +02:00
wmayer
3d95e9ac4b
support groups for export to obj format
2016-07-24 16:16:42 +02:00
wmayer
1101623760
implement method to convert escaped unicode to utf-8 encoded string
2016-07-24 16:14:40 +02:00
wmayer
5725ad28fc
improve whitespaces
2016-07-24 13:10:08 +02:00
wmayer
f00a0b1a61
issue #0002638 : Windows installer doesn't create the macro folder
2016-07-24 11:25:21 +02:00
wmayer
1c752a84d5
use <> for inclusion of generated headers
2016-07-24 11:08:40 +02:00
wmayer
3e1ce240ba
translation items of OSX application menu
2016-07-24 10:56:12 +02:00
wmayer
cc78503935
improve groups handling of obj mesh format
2016-07-24 00:23:45 +02:00
Sergei Krivonos
39e577817a
Added Crank drawing test code and fcstd
...
Change-Id: I7f08342587bd9e3363d8c1073e51baec03be2813
2016-07-23 11:58:58 -03:00
Sergei Krivonos
77753a6df5
fixed makeWire face parameter treating
...
Change-Id: If72a3a1615a56064b113b4d4b1f282ad0229b88d
2016-07-23 11:58:35 -03:00
WandererFan
cb51799f60
Refactor method to base View
...
Auto allocate member attributes
2016-07-23 15:03:39 +02:00
WandererFan
aa8fea7ba4
Fix GH Issue 49 Clip artifact
2016-07-23 15:03:39 +02:00
WandererFan
222492c912
remove unneeded boundingRect methods
2016-07-23 15:03:39 +02:00
WandererFan
48bd90004f
Remove obs property & code
2016-07-23 15:03:39 +02:00
WandererFan
c8a4cf20ad
Simplify ClipMinus selection logic
2016-07-23 15:03:39 +02:00
WandererFan
131c34cf9e
Center new view on Page/ClipGroup
2016-07-23 15:03:39 +02:00
wmayer
f2bad4598a
+ fix order of removed objects in transaction list
...
+ add assert to check for obvious error
+ removed unneeded method
2016-07-23 11:47:01 +02:00
wmayer
0f2db9061f
prepare view provider for undo/redo
2016-07-23 11:46:19 +02:00
wmayer
9ec06b47c6
prepare view provider for undo/redo
2016-07-23 11:45:38 +02:00
wmayer
f0e00311cd
prepare view provider for undo/redo
2016-07-23 11:45:21 +02:00
WandererFan
62a8828dc8
Fix 0002627 wrong value in dimension
...
Remove obolete dimension properties
2016-07-21 19:50:38 -04:00
Bernd Hahnebach
5c2ffb784a
FEM: pyhton code formating: comment should start with '# '
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
30baceeb61
FEM: python code formating flake8: add white space to start comment block, where missing
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
7f61a9c19b
FEM: input writer ccx: better def name and comments
2016-07-21 18:40:51 -03:00
Bernd Hahnebach
240c43b3b7
FEM: small changes in comments in FemTools
2016-07-21 18:40:51 -03:00