[Pythonocc-users] Performance issue with large points model

2010-12-13 Thread Henry Bonette
Hello the community, I am new here and started a project, whose purpose is first to deal with a cloud of points. 100 000 points at least is quite usual for measuring systems. Also the points should be selectable (even if it is only in a defined or selected area). Using following code, the perform

Re: [Pythonocc-users] Performance issue with large points model

2010-12-15 Thread Henry Bonette
_list_here ). > That should help. > > -jelle > > On Mon, Dec 13, 2010 at 5:13 PM, Henry Bonette > wrote: > >> Hello the community, >> >> I am new here and started a project, whose purpose is first to deal with a >> cloud of points. >> 100

Re: [Pythonocc-users] Performance issue with large points model

2010-12-16 Thread Henry Bonette
; > > display.DisplayShape( liste , update=False) > > Thomas > > 2010/12/16 Henry Bonette > > Thanks much for your answer! >> I don 't manage to pass the vertex_list to the display.DisplayShape, I >> get following error message ( I gave a look in the OCCViewe

Re: [Pythonocc-users] Performance issue with large points model

2010-12-17 Thread Henry Bonette
I am already giving a list to the displayShape ... What else can I do to display the pts in "one go" ?? Furthermore, I am talking about the Viewport performances (Zoom Pan Rotate), does it have sthg to do with the DisplayShape Function ? I guess not ... -- CODE pt = gp_Pnt (