Search found 72 matches

by snfge
Wed Mar 01, 2017 2:15 pm
Forum: CloudCompare
Topic: support the las or laz data
Replies: 7
Views: 7911

Re: support the las or laz data

Hi
When I complie, no problem appear, but when I open the las file, the error appear" Can't guess file format:unhandled file extension "las".
by snfge
Wed Mar 01, 2017 8:56 am
Forum: CloudCompare
Topic: support the las or laz data
Replies: 7
Views: 7911

Re: support the las or laz data

The liblas is from OSGeo4W, it can use? I don't konw why I can't support with las data?
by snfge
Wed Mar 01, 2017 8:02 am
Forum: CloudCompare
Topic: support the las or laz data
Replies: 7
Views: 7911

support the las or laz data

Hi
I have complie CC 2.8 with laslib, but I can import the las data, release is the same problem,why? please help me, thank you
by snfge
Thu Sep 15, 2016 6:46 am
Forum: Questions
Topic: About qCanupo
Replies: 3
Views: 2973

Re: About qCanupo

Hi
How to connect with he
by snfge
Thu Sep 15, 2016 6:24 am
Forum: Questions
Topic: About qCanupo
Replies: 3
Views: 2973

About qCanupo

Hi
When I download the code, in the "plugins" why there doesn't include the "qCanupo" code?
by snfge
Sat Aug 06, 2016 12:05 pm
Forum: CloudCompare
Topic: Buttons click method
Replies: 5
Views: 6097

Re: Buttons click method

Hi
Can I build a Class like the "ccTracePolylineTool" and can use the button click method?
by snfge
Thu Jul 28, 2016 2:19 am
Forum: CloudCompare
Topic: Buttons click method
Replies: 5
Views: 6097

Re: Buttons click method

Hi I add the code to mainwindow.cpp, but when I click, the "addPointToPolyline" not work, please help me, thank you. void MainWindow::doActionShowHelpDialog() { m_polyVertices = new ccPointCloud("vertices"); m_segmentationPoly = new ccPolyline(m_polyVertices); m_segmentationPoly-...
by snfge
Fri Jul 22, 2016 11:53 am
Forum: CloudCompare
Topic: Buttons click method
Replies: 0
Views: 3616

Buttons click method

Hi
I want develope a method when I click a menus , left button click is add point to polyline and right button is end create polyline, how can I do it, I write the code like other method, but when I left button click, the code not work.
by snfge
Fri Jul 22, 2016 11:52 am
Forum: CloudCompare
Topic: Buttons click method
Replies: 5
Views: 6097

Buttons click method

Hi
I want develope a method when I click a menus , left button click is add point to polyline and right button is end create polyline, how can I do it, I write the code like other method, but when I left button click, the code not work.
by snfge
Thu Jul 21, 2016 2:55 pm
Forum: CloudCompare
Topic: Create polyline
Replies: 1
Views: 3782

Create polyline

Hi
I want click two points in the screen, and create one polyline use the two points ,How can I do it?