Search found 15 matches

by zzwbeyond
Tue Mar 22, 2016 6:54 am
Forum: Windows related topics
Topic: only scale the dimensions of the box without scale the box relatively to the bounding-box
Replies: 5
Views: 6020

only scale the dimensions of the box without scale the box relatively to the bounding-box

Hi, I want to add some box(cube) which can enclosure a entity(for example a car or other some things) in the cloud point, and I want to record the center, dimensions and rotation of the box. Now I have some questions. 1. As the dimension of the box is scaled relatively to the bounding-box, So after ...
by zzwbeyond
Mon Mar 21, 2016 4:01 pm
Forum: Windows related topics
Topic: get the point cloud in the window
Replies: 3
Views: 3456

Re: get the point cloud in the window

Thanks, daniel.
I know this method, but I do not want to select the point cloud in my plugin. Is there some way to acquire the point cloud in the window without selecting the point cloud?
by zzwbeyond
Mon Mar 21, 2016 12:40 pm
Forum: Windows related topics
Topic: get the point cloud in the window
Replies: 3
Views: 3456

get the point cloud in the window

Hello everyone, I create my plugin in CC, and I want to get the point cloud in the window with my plugin. But I can't get using follow code: m_activeWindow = m_app->getActiveGLWindow(); winDBRoot = m_activeWindow->getOwnDB(); globalDBRoot = m_activeWindow->getSceneDB(); ccHObject::Container toProces...
by zzwbeyond
Thu Mar 17, 2016 2:36 am
Forum: Windows related topics
Topic: scale a box in the cloud point
Replies: 2
Views: 3344

Re: scale a box in the cloud point

Thanks Daniel,

Yes, the 'box' is box primitive add by my own cloudcompare plugin. Now I known why I can't scale the box directly select the 'box'. Thanks.
by zzwbeyond
Wed Mar 16, 2016 4:29 pm
Forum: Windows related topics
Topic: scale a box in the cloud point
Replies: 2
Views: 3344

scale a box in the cloud point

Hi, I am new to cloudcompare, and I want scale the box in the cloud point. But it pop-up an error like this: Vertices of mesh 'Box' are locked (they may be shared by multiple entities for instance). You should call this method directly on the vertices cloud. (warning: all entities depending on this ...