WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-05-2017, 11:11 AM
DJV DJV is offline
Member
 
Join Date: Mar 2017
Posts: 12
Adjusting point size of point cloud

http://docs.worldviz.com/vizard/comm.../pointSize.htm

I think that the above link is what I am looking for but I am unable to use it in my code. If I had an example I might be able to have better results.

I'm trying to increase point size in a cloud. Cloud compare has varables but the default is 1. No matter what you make it the default is one. Can anyone help me adjust the points to a larger size? I am trying to get a cloud less pixelated by this method.

Thanks in advance.
Reply With Quote
  #2  
Old 03-05-2017, 10:26 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What is the format of the model that you are loading? The following code worked for me using a .3dc model:

Code:
model = viz.add('model.3dc')
vizact.onkeydown('1',model.pointSize,1)
vizact.onkeydown('2',model.pointSize,2)
vizact.onkeydown('5',model.pointSize,5)
Reply With Quote
  #3  
Old 03-06-2017, 05:12 AM
DJV DJV is offline
Member
 
Join Date: Mar 2017
Posts: 12
I have a PLY that I converted to OSGB in Inspector

Thanks - I'll try the code and report back.
Reply With Quote
  #4  
Old 03-06-2017, 06:54 AM
DJV DJV is offline
Member
 
Join Date: Mar 2017
Posts: 12
Thanks Jeff - That worked!

I appreciate your time.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Point Cloud Dissapearing Seadna Vizard 2 11-16-2015 01:47 AM
Viewing mesh/point cloud in vizard ecatcom1 Vizard 1 01-20-2015 05:31 AM
Point cloud library agrima Vizard 0 07-05-2014 10:57 PM
animate an object using 5dt data glove 5 ultra agrima Vizard 3 07-01-2014 11:17 AM
Unexpected Change of Window Size javadi Vizard 7 07-23-2013 02:56 PM


All times are GMT -7. The time now is 09:38 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC