Search found 36 matches

by eimixas
Thu Feb 07, 2013 3:22 pm
Forum: CloudCompare
Topic: Moving primitives (translation)
Replies: 2
Views: 4546

Moving primitives (translation)

What is best way to translate eg. plane? i tried: const ccGLMatrix& planteTrans = pPlane->getTransformation(); CCVector3 N(planteTrans.getColumn(2)); //plane normal N.normalize(); N = N * 0.1; pPlane->translateGL(N); m_app->refreshAll(); m_app->updateUI(); m_app->redrawAll(); It moves, after sav...
by eimixas
Thu Feb 07, 2013 12:05 pm
Forum: CloudCompare
Topic: Selecting point, or multipe points
Replies: 10
Views: 21302

Selecting point, or multipe points

Trying to write plugin for plane creation on three selected points. Is it possible to check if selected entity is a "Point" (created by "Point list picking") something like ent->isKindOf(CC_POINT)? and what class is representing point? (ccGenericPoint* Point1 = NULL; is not worki...
by eimixas
Wed Feb 06, 2013 3:25 pm
Forum: Questions
Topic: Measuring 3D object parameters
Replies: 7
Views: 6474

Re: Measuring 3D object parameters

Builded successfully from newest source code, but could not find how to turn on/off titles (of picked points)
by eimixas
Wed Feb 06, 2013 2:31 pm
Forum: Questions
Topic: Measuring 3D object parameters
Replies: 7
Views: 6474

Re: Measuring 3D object parameters

Hello, is it possible to see "TODO" list and what is done? (about selecting faces and custom "shape" for selected point (A and B in my privious question)) I checked windows binnary - it is Janury 13. I'l try to compile version from source- if there are any updates in sources only...
by eimixas
Thu Jan 17, 2013 12:07 pm
Forum: Questions
Topic: Measuring 3D object parameters
Replies: 7
Views: 6474

Re: Measuring 3D object parameters

Thank you for reply A) great B) some kind of sphere or circle with customizable size (or let it be 3-4px) and titles turning on/of C) i will look into plugins D) yes, through :) I tryied "Tools > Other > Plane orientation" it is some kind of it. I had to pick 3 points, create new cloud and...
by eimixas
Thu Jan 17, 2013 8:21 am
Forum: Questions
Topic: Measuring 3D object parameters
Replies: 7
Views: 6474

Measuring 3D object parameters

I have 3D dental scans (*.stl with many faces). Need to measure various distance between teeths. Did not find anything ready, so looking for open source software, and found CloudCompare. It can open, show, rotate, measure single distance and it works stable. Add points (Point List Picking) save it t...