Abdullah Tahiri
948eb8e636
Part: Extension of Geometry::Curve
...
Part: Extension of Geometry::Curve to wrap more functions of OCC
Apart from:
bool tangent(double u, gp_Dir&) const;
that was already implemented, now it also implements:
Base::Vector3d pointAtParameter(double u) const;
Base::Vector3d firstDerivativeAtParameter(double u) const;
Base::Vector3d secondDerivativeAtParameter(double u) const;
bool normal(double u, gp_Dir& dir) const;
bool closestParameter(Base::Vector3d point, double &u);
i.e. apart from giving the tangent vector for a given curve at parameter value u,
it also gives:
- The point cartesian coordinates of the curve point at parameter value u
- The vector of the first derivative at parameter value u
- The vector of the second derivative at parameter value u
- The normal vector to the curve at parameter value u
- The parameter value of a curve closest ot a given point
Code cleanup: Changing Trim functionality of Ellipse to use OCC calculations
Part Curve functions extension: closestParameterToBasicCurve
It provides the parameter of the curve closest to a given point. If the curve is a Trimmed curve, the parameter of the basic underlaying curve closest to the point is provided.
2015-01-02 11:48:28 +01:00
Sebastian Hoogen
27cd61f849
Build python Qt resource files at compile time
...
fixes #1888
2015-01-02 11:14:07 +01:00
Yorik van Havre
0dd0ad62c2
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-01-01 19:06:26 -02:00
Yorik van Havre
f21c5079d5
Arch: temporarily disabled custom subvolume in windows
2015-01-01 19:06:11 -02:00
Yorik van Havre
337e914476
Arch: Equipments now take the diffuse color of their base object on creation
2015-01-01 19:06:00 -02:00
wmayer
d0af6efecb
+ fixes #0001889 : Crash when undoing move of base object of a part fillet
2015-01-01 21:05:19 +01:00
Yorik van Havre
b062276c00
Draft: adapt icon sizes from preferences settings - fixes #1783
2014-12-31 21:23:24 -02:00
Yorik van Havre
547da23712
Arch: implemented reading & writing of Ifc properties in IFC files
2014-12-31 18:35:39 -02:00
Yorik van Havre
4377a3100f
Arch: Fixed IFC import bug - fixes #1887
2014-12-31 15:21:41 -02:00
Yorik van Havre
7e4c1f2d5c
Arch: Fixed Arch example - fixes #1789
2014-12-31 14:42:22 -02:00
Yorik van Havre
49a8be13d7
Arch: Added a MoveWithHost property to all Arch objects which specifies if they must be moved/rotated together with their parent - fixes #1820
2014-12-31 14:04:23 -02:00
Yorik van Havre
5c17e0606b
Draft: Better error messages when trying to convert a bspline to a sketch
2014-12-31 13:17:25 -02:00
wmayer
6c72b4cb29
+ fixes #0001885 : Unhandled exception when trying to enter edit-mode for objects while drawing view is active
2014-12-31 14:08:03 +01:00
wmayer
e274b793c3
+ fixes #0001884 : Crash when double-clicking on Clip element with drawing page closed
2014-12-31 13:15:33 +01:00
wmayer
5cd5a3e5f1
+ fixes #0001723 : Display errormessage in tree in tooltip
2014-12-30 22:44:29 +01:00
wmayer
537c04a11e
+ fixes #0001670 : Orthographic projection: scale/position is empty when unchecking 'Auto scale/position'
2014-12-30 19:14:07 +01:00
wmayer
36f9650db7
+ fixes #0001746 : Part Fillet and Chamfer do not show correct length/radius when editing old items
2014-12-30 17:20:32 +01:00
wmayer
cdb02f271f
+ fixes #0001656 : Vertical/horizontal distance constraint confuses for a line or two points
2014-12-30 15:20:29 +01:00
wmayer
f8604e9a73
+ fixes #0001657 : Sketcher: First digit can not be deleted when editing grid size
2014-12-30 14:18:02 +01:00
wmayer
a8f007ba12
+ fixes #0001760 : FC fails to load a *.FCStd file if the filename lacks the *.FCStd file extension
2014-12-30 00:31:39 +01:00
wmayer
81ffd2637c
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-12-29 22:28:52 +01:00
wmayer
a6f973dcb8
+ fixes #0001819 : Getter Methods for Data inside a sketch
2014-12-29 22:28:12 +01:00
Yorik van Havre
b6bf41aaa1
Arch: Fixed encodings in Survey - fixes #1825
2014-12-29 18:54:33 -02:00
Yorik van Havre
71febeecf7
Draft: Changed working plane button text to Auto - fixes #1879
2014-12-29 17:54:04 -02:00
wmayer
f0ef2a61fb
+ fixes #0001876 : replace helpful text in task tab with an info button
2014-12-29 18:49:17 +01:00
wmayer
830ee1d8dd
+ fix constraint evaluation function
2014-12-29 15:17:04 +01:00
Peter Lama
0428584eb3
Fix duplicate 'optimized' when using new libpack
...
When using a CLbundler libpack, PYTHON_LIBRARY has both optimized and debug
libs, but it doesn't when using an old libpack, which was the reason for
commit f5a4e680
2014-12-28 19:04:31 -08:00
wmayer
dc6159859a
+ fixes #0001616 : crash when selecting 'Edit Sketch'
2014-12-29 01:13:03 +01:00
wmayer
7356dbd283
+ fixes #0001877 : associate a grayed out icon with Freecad's backup files (fcstd1)
2014-12-28 23:54:08 +01:00
wmayer
55127da4f2
+ fixes #0001878 : model refine exception
2014-12-28 18:10:02 +01:00
wmayer
a9d755501b
+ fixes #0001720 : Freecad crash when handling invalid sketches
2014-12-28 17:10:54 +01:00
wmayer
6220246edb
+ fixes #0001060 : Editing sketch crashes FreeCAD
2014-12-27 22:47:21 +01:00
wmayer
e354a0394e
+ do not long apply changes in mesh settings on existing mesh objects
2014-12-27 18:32:18 +01:00
wmayer
643c0f14d3
+ fixes #0000957 : Sketch view problem when go to edit
2014-12-27 17:50:37 +01:00
wmayer
c41aebd1eb
+ fix conversion from Qi image to Inventor when image uses a color table
2014-12-27 13:51:36 +01:00
wmayer
47ea10d17f
+ fixes #0000976 : Usability: default Material drop-down is not the active material type
2014-12-27 00:56:46 +01:00
wmayer
f0a1208347
+ make undo/redo accessible from drawing view
2014-12-26 22:46:02 +01:00
wmayer
7b676331d7
+ fixes #0000711 : fileted borders not projected on 2D drawing + deleted views still showing
2014-12-26 22:24:45 +01:00
wmayer
87275639da
+ revert changes for issue 1873
2014-12-26 00:08:26 +01:00
wmayer
ca66811e2d
+ fix minor issue in toggle construction command
2014-12-25 23:13:01 +01:00
wmayer
e2a52a2a25
+ improve whitespace
2014-12-25 23:10:42 +01:00
wmayer
af71d87f26
+ fixes #0001838 : When In Sketcher Make It Difficult To Mistakenly Delete A Feature
2014-12-25 22:43:09 +01:00
wmayer
10e786a756
+ improve whitespace, fix warnings
2014-12-25 09:48:23 +01:00
wmayer
0d5472eb51
+ fixes #0001873 : Error working with getSelectionEx()[0].SubObjects
2014-12-23 22:04:34 +01:00
Yorik van Havre
dd16aa7a19
Arch: Fixed Ifc explorer to work with recent ifcopenshell
2014-12-23 17:34:56 -02:00
Sebastian Hoogen
74e422b9ff
DRAWEXE export: minor bugfix
2014-12-23 15:58:17 +01:00
Sebastian Hoogen
997392e2e5
SVG export: minor improvements and bugfixes
...
export Names as "id" attributes and Lables to "title" elements.
avoid duplicate path names in SVG export
handle faces with holes in SVG export
sort the edges in given wires using fixWire()
2014-12-23 15:57:57 +01:00
wmayer
cd877e0676
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-12-23 15:32:37 +01:00
wmayer
d4019e96f7
+ fixes #0001874 : Scripted constraints not evaluated correctly
2014-12-23 15:32:03 +01:00
Yorik van Havre
364eb7ae85
Draft: Fixed autoconversion of bsplines to circles in DXF export
2014-12-23 12:13:25 -02:00