Paul RASCLE

Results 138 comments of Paul RASCLE

@Masrhalsp I forgot the call to `sf.computeMinAndMax()` after `sf.resizeSafe(entity.size(), False, 0.0)` in my example above. Paul

Nice script! I'll integrate it in the readme (yes, I probably need to restructure the readme :-) ). The build script is a good idea, I'm thinking about it but...

Hi, There are several segmentation tools available in the CloudCompare GUI, I don't know which ones you are interested in. In the Python interface, I have taken in priority functions...

A polyline is a broken line described by the list of points that constitute it. CloudCompare supports several polyline formats: dxf, shapefile, .poly... I used the .poly format (Salome Hydro...

Hello, CloudComPy does not yet cover all the functions of the command mode, but that is the goal! In particular, many plugins are still missing, like Ransac. There are already...

Hello, I will add this to my TODO list. - I have problems with the Ransac plugin on Linux, I will try to fix it. - When you say "cut",...

Hi Jim, Several functions are already available in CloudComPy, one is under development, one is missing and I am adding it to my todo list. - ransac: under development -...

Hi Jim, To finish Ransac it should be fast (2 or 3 days) except unforeseen difficulty. For cross-section, I had a look, there is potentially a lot of C++ to...

Hello, I have published a new release with Ransac_sd, cross-section, and also Extract Connected Components. Sorry @xiangtaoxu, I didn't answer your last question about extracting connected components, I wasn't sure...

Hello, I realize that the documentation is incomplete, about `RANSAC_PRIMITIVE_TYPES`. It is the first argument of the methods `setPrimEnabled `and `getPrimEnabled`. `RANSAC_PRIMITIVE_TYPES `is an enum whose values are `cc.CC_TYPES.PLANE`, `cc.CC_TYPES.SPHERE`,...