wmayer
1cfe6d2cc7
Part: [skip ci] support of expressions of Euler angles in attachment dialog
2020-03-21 14:27:53 +01:00
wmayer
ba95cc73ad
Base: [skip ci] do not normalize axis when changing angle of a Rotation object
2019-12-28 14:04:02 +01:00
wmayer
fd352c14f1
expose Roation.slerp to Python
2019-10-11 01:14:35 +02:00
wmayer
38740a0e4a
add method RotationPy.toMatrix()
2019-10-07 19:27:54 +02:00
wmayer
ccbd5792e9
improve RotationPy::number_power_handler: make computation more efficient and less prone to round-off errors
2019-10-07 19:23:14 +02:00
Zheng, Lei
890bc90b0c
Base: add RotationPy.RawAxis
...
Expose rotation raw axis
2019-10-07 17:24:31 +02:00
Zheng, Lei
12000cd490
Base: fix __pow__ operator in MatrixPy/PlacementPy/RotationPy
2019-10-07 17:24:30 +02:00
Zheng, Lei
83284a3cdd
Base: add Python number protocol support to Placement/Rotation
2019-09-28 15:32:00 +02:00
wmayer
9b15d01b29
fix implementation of Rotation::isSame(const Rotation& q, double tol) and extend Python bindings
2019-09-10 14:17:07 +02:00
wmayer
401af92890
implement setting custom attributes for RotationPy to assign matrix or pair of vectors
2017-12-31 18:18:27 +01:00
wmayer
25bf33077e
rename Placement.isNull to Placement.isIdentity
...
implement Rotation.isNull and Rotation.isIdentity
2017-12-13 17:00:38 +01:00
DeepSOIC
96f3f0fa26
Base: new Rotation constructor - on vectors
...
The new constructor accepts wanted directions of x,y,z axes of rotated
frame, and a priority string that affects how the vectors are made
perpendicular to each other.
Example - construct placement for sketch on XZ plane:
v = App.Vector
App.Rotation(v(1,0,0),v(0,0,1),v())
2017-09-10 18:31:40 +02:00
wmayer
885050d33e
+ fix == operator of Rotation class, + add method isSame()
2016-05-18 18:08:40 +02:00
wmayer
6a66073928
+ implement rich compare protocol of Python interface for Placement & Rotation
2016-05-18 11:26:27 +02:00
jriegel
884ae139fa
Several enhancements
...
+ PLMXML Reader
+ Some meta information sorting
+ Making ProductRefs invisibly in Tree
2016-04-12 18:12:03 +02:00
wmayer
52dc0dda47
+ allow to modify placement via sub-attributes
2014-12-02 19:19:23 +01:00
wmayer
f5e12c74ac
0001285: update doc
2013-10-23 17:22:07 +02:00
wmayer
b63f9d7a2b
0001152: The output of __repr__() of Vector and Rotatio would create Objects with different Values do to inapropriate rounding
2013-06-17 13:21:25 +02:00
Sebastian Hoogen
e63eaf9075
add isNull() method to Rotation
2012-05-15 18:01:15 +02:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00