luz.paz
b45bc4889d
Misc. typos: Please merge right before 0.17 release
...
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
wmayer
7e1334b1f9
fix Debian bug #825861
2018-03-14 18:05:24 +01:00
tomate44
dd49ee27fd
add simulate function to MakePipeShell
2018-03-02 10:47:45 -03:00
tomate44
4e2d7c36ca
Edge.getParameterByLength fix
2018-02-14 18:46:35 +01:00
wmayer
58887d8b84
fix reference counting issue
2018-02-11 14:08:18 +01:00
luz.paz
b6b9f61548
Misc. typos
...
Inspired by @normandc per https://gitter.im/FreeCAD/FreeCAD?at=5a729c6ece68c3bc742df205
2018-02-07 09:40:03 +01:00
wmayer
e6e4710ae3
remove SetMinTolerance as suggested by PR 1240
2018-01-21 18:17:45 +01:00
tomate44
6e5b1dfb9a
typo
2018-01-21 17:29:17 +01:00
tomate44
50e1866c49
indentation fix
2018-01-21 12:30:29 +01:00
tomate44
33f334049f
tolerance fix in TopoFace.validate()
2018-01-21 12:25:14 +01:00
tomate44
8461df7ea6
fix some TopoShape documentation
2018-01-21 12:03:53 +01:00
DeepSOIC
478611371b
Part: add Refine property to BOPs
...
followup to PartDesign
2018-01-20 13:58:39 +01:00
wmayer
80e3bfb69c
avoid division by zero when discretizing a shape
2018-01-20 00:02:08 +01:00
wmayer
95fbd8a099
add method to get u,v nodes of the tessellation of a face
...
add method to get the nodes of the tessellation of an edge
2018-01-14 15:52:08 +01:00
luz.paz
8690d870a5
Misc. typos
...
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
wmayer
9e0ddec00a
port to occ 7.2.1
2018-01-03 14:31:52 +01:00
wmayer
4c7a0a1404
port to occ 7.2.1
2018-01-03 14:16:23 +01:00
wmayer
21e85921e0
set global scope of Part offset to use it with PD bodies
2018-01-02 13:13:06 +01:00
luzpaz
e883cbfdf3
Part: typos
2017-12-25 11:03:11 +01:00
wmayer
6a785f9afd
fixes #0003262 : normal vector returned by Face.normalAt(u,v) is not always a unit vector
2017-12-09 13:33:30 +01:00
Unknown
c8c9b76f43
Misc. typos
2017-12-06 20:59:55 +01:00
luzpaz
56111a0810
Typos: user-facing and trivial
...
Several typos and uniformity fixes.
Note:
*SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted.
*the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
2017-12-02 14:00:57 +01:00
wmayer
df427de3ee
fixes #0003027 : if type(App.Vector) in originSketch.Geometry: newSketch.Geometry = originSketch.Geometry Raises types in list must be
2017-11-26 22:55:26 +01:00
wmayer
d72791e8d0
in PropertyGeometryList::setPyObject check for sequence instead of list
2017-11-26 22:54:57 +01:00
luzpaz
706141b967
Make uniform the use of B-spline visible to users
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
Peter Lama
926b844409
Rename superPlacement property to AttachmentOffset
...
The name Attachment Offset gives a better picture of what the
property does.
2017-11-05 16:41:25 +01:00
wmayer
a16f5bf9aa
override onExtendedDocumentRestored in AttachExtension
2017-10-25 22:52:39 +02:00
Unknown
772c5b1970
Doxygen Typos
...
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
wmayer
fb7f1b73a8
avoid raising an exception when getting subobjects of the selection and just filter out unsupported types
2017-10-12 10:15:28 +02:00
wmayer
070f1ebd01
in mult-common feature check if input shapes are valid
2017-10-11 13:51:38 +02:00
wmayer
5f86bfcd65
in mult-fusion feature check if input shapes are valid
2017-10-11 13:45:38 +02:00
luzpaz
ab8f8919b6
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
wmayer
62d98deccf
fixes #0003071 : List of vertexes returned by wire.OrederedVertexes missing last vertext in the list
2017-09-30 22:24:47 +02:00
wmayer
0a86d959c0
add method to check for planar surface
2017-09-30 00:23:00 +02:00
wmayer
6d9cf80c97
inside toBiArcs check if a spline is closed and split it into two parts if necessary
2017-09-29 16:43:01 +02:00
wmayer
fb0274df41
for circle and arc of circle also store angle to local x-axis
2017-09-29 12:52:10 +02:00
wmayer
a8a9650816
harmonize show() function of Part, Mesh, Fem, Path and Points modules
2017-09-29 00:35:48 +02:00
Markus Lampert
6bbefe94f5
Added optional name parameter to Part.show()
2017-09-28 23:22:11 +02:00
wmayer
73f14d69b6
fix linker error with gcc
2017-09-28 18:43:48 +02:00
wmayer
29f2d818af
add missing header file
2017-09-28 18:34:40 +02:00
wmayer
76264ec1c7
expose BRepFeat_SplitShape to Python
2017-09-28 12:55:24 +02:00
wmayer
3c91e14fcd
add typedef Py::TopoShape for convenience, move shape2pyshape to own file
2017-09-28 12:54:28 +02:00
wmayer
3ec30796a6
fixes #0002722 : Attached cube doesn't follow support
2017-09-25 22:36:02 +02:00
wmayer
276781fb07
0002642: Can't open saved file (undiscovered bug/s from PDN?)
2017-09-24 23:51:09 +02:00
wmayer
2611f072b7
allow to attach a sketch to any kind of planar surfaces, not only planes
2017-09-23 22:46:54 +02:00
wmayer
6f2d59540a
reverse solid in case refinement flipped it
2017-09-22 22:13:43 +02:00
wmayer
74cf6a8dad
improve readability of attachment error messages
2017-09-21 19:40:37 +02:00
Stefan Tröger
de31528dda
PartDesign: Make Base Feature compatible with GeoFeatureGroup. fixes #0003080
...
The Original BaseFeature implementation had some serious issues with scoped links. It failed completely for e.g. sketches on the BaseFeature as it made a local link to refere to a out of body object. The only solution to make this work correctly is to add a proxy object into the body which is alloed to exactly that, to link outside oof the body. Something like shapebinder.
2017-09-21 11:40:14 +02:00
Peter Lama
76474951d2
Attacher UX enhancements
...
- New editor for MapMode with button to open attacher dialog
- Hide attachment properties when they are not applicable
- Disable super placement ui in attacher dialog when object is not attached
- Always select used mode in mode list
2017-09-20 19:24:35 +02:00
wmayer
be18a46df9
add convenience methods to directly set/get a placement to/from a shape
2017-09-19 15:43:28 +02:00