Commit Graph

86 Commits

Author SHA1 Message Date
luzpaz
f3bf8fe919 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
846195327a harmonize show() function of Part, Mesh, Fem, Path and Points modules 2017-09-29 00:35:48 +02:00
wmayer
51c776fec5 load organized point clouds in pcd files without properties 2017-08-23 17:23:00 +02:00
wmayer
fb7094bf31 use specialized exception classes 2017-04-28 18:49:11 +02:00
wmayer
63943e4bb8 extend interface to get actual property with geometric data, get center of gravity of a geometry 2017-03-05 18:05:11 +01:00
wmayer
66bbdecd07 py3: fix Python2 build 2017-02-28 18:08:06 +01:00
looooo
4574348937 py3: Points: gathering commits:
5f682d2a97a0b965813077d03fa2aee65377f3b2
5ccfa18e8c8471639a7f98e294625c5532e7440e
24836b36d5214db6823d6ac409afa42ce47ce263
2017-02-28 17:39:08 +01:00
wmayer
137e68d087 py3: ported Points to python3 2017-02-28 17:39:08 +01:00
wmayer
7ba2217617 py3: ported module init to python3 2017-02-04 15:56:31 +01:00
wmayer
179c05a42f fix compiler warning 2016-10-31 21:31:35 +01:00
wmayer
2af6bb6e49 replace deprecated auto_ptr with unique_ptr 2016-09-22 13:01:20 +02:00
wmayer
dec6897ec9 fix -Wextra in Points 2016-09-21 21:10:41 +02:00
wmayer
cc97241969 Coverity issues: fix Mesh, Points and Inspection module 2016-08-17 14:08:47 +02:00
wmayer
d9bd355892 + suppress warnings with MSVC 2016-05-05 18:39:17 +02:00
wmayer
88290c041e + get also back normals from MeshObject::getPoints 2016-03-04 18:28:49 +01:00
wmayer
d962fda983 + removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
2016-03-04 17:16:57 +01:00
wmayer
6c3bb7c7c4 + support of export of points to pcd and ply format 2016-03-04 14:48:26 +01:00
wmayer
bed7af9158 + filter out invalid points 2016-03-02 18:04:45 +01:00
wmayer
e1c751a316 + when cutting scattered points then also remove colors, grey values or normals if available 2016-02-23 19:47:54 +01:00
wmayer
c35af9011e + do some code cleanup and renaming in Points module 2016-02-21 16:18:28 +01:00
wmayer
f6596963f1 + view provider for scattered and organized point clouds 2016-02-21 13:52:17 +01:00
wmayer
572bb72eb0 + handling of organized point cloud 2016-02-20 22:19:47 +01:00
wmayer
1bb662346f + fixes #0001592: Import colored PCL point clouds 2016-02-14 22:46:27 +01:00
wmayer
32812767c4 + rename method 'transform' to 'tramsformGeometry' for the classes PropertyNormalList and PropertyCurvatureList
+ make transformGeometry method ready for undo/redo
2016-01-22 13:18:24 +01:00
wmayer
bb9bdb9548 + simplify porting of Points module to Python3 2016-01-20 00:00:41 +01:00
wmayer
b5c6751bd9 + implement 'swap' for point kernel class to efficiently copy data 2016-01-15 23:20:06 +01:00
wmayer
750897c20e + introduce proper enum for property status to replace plain integers 2016-01-01 15:36:24 +01:00
wmayer
61a6a23a39 + use custom points feature to read in ply with properties 2015-12-31 15:50:56 +01:00
wmayer
66087fcfd6 + add custom points feature 2015-12-31 15:40:19 +01:00
wmayer
133c884797 + extended ply reader based on pcl to read-in attached properties 2015-12-31 15:36:16 +01:00
wmayer
013c697702 + fix compiler warning 2015-12-30 16:49:51 +01:00
wmayer
9dfa449543 + add points view feature and command to triangulate it 2015-12-30 16:25:08 +01:00
wmayer
ef25aca9f3 + add support to PointKernel to get valid points 2015-12-30 15:18:05 +01:00
wmayer
ba5cdf386d + remove feature classes to import/export points 2015-12-30 15:16:22 +01:00
wmayer
c02d8017c5 + ignore colour information of ply point files 2015-10-31 16:09:38 +01:00
wmayer
27917795a4 + reorder include files to fix re-definition of macro BOOST_PARAMETER_MAX_ARITY 2015-10-31 13:32:01 +01:00
wmayer
f46dc20fca + fix & suppress msvc warnings 2015-10-16 18:26:30 +02:00
wmayer
f6023d36d2 + rework BoundingBox class and its Python binding 2015-10-11 00:18:53 +02:00
wmayer
51e4eebbc6 + Prefer prefix ++/-- operators for non-primitive types 2015-10-06 21:16:44 +02:00
wmayer
a535688eef + ignore color of PLY file for point clouds 2015-09-27 22:04:16 +02:00
Mateusz Skowroński
05f95c0506 Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
wmayer
e0bdf24c95 + fix build problems with MSVC and libpack 2015-09-21 14:51:12 +02:00
wmayer
c2c83a353b + harmonize XercesC cmake variables with official check 2015-07-28 14:17:49 +02:00
wmayer
d2b7b730d3 + replace deprecated PYTHON_INCLUDE_PATH 2015-07-25 18:29:42 +02:00
Julien Nabet
ac57af3b8a Fix some cppcheck reports:
- (error) va_list '<var>' was opened but not closed by va_end()
- (style) Same expression on both sides of '||'
- (style) Same expression on both sides of '!='
2015-01-06 11:37:44 +01:00
Sebastian Hoogen
46a00d1380 remove support for automake 2014-11-26 10:26:30 +01:00
Sebastian Hoogen
01cf0f5872 issue #1027 use unicode filepaths 2014-10-11 13:32:06 +02:00
Sebastian Hoogen
d49528b27e issue #1700 replace PyExc_Exception 2014-09-17 11:15:57 +02:00
Sebastian Hoogen
af50cbf964 fixes #0001422: Subclass Exception
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
wmayer
773a6d1d4d + set pcl components for LibPacks 2014-08-28 10:41:59 +02:00