![]() |
|
#1
|
|||
|
|||
|
how to draw 2D line in the screen, no the in 3D screen
how to draw 2D line in the screen, no the in 3D screen
|
|
#2
|
|||
|
|||
|
You can use an on-the-fly line object:
Code:
import viz viz.go() #Add to viz.ORTHO and specify pixel coordinates viz.startLayer(viz.LINES) viz.vertex(100,400,0) viz.vertex(600,400,0) myLines = viz.endLayer(viz.ORTHO) |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to draw 2D figure , for example a circle, in the screen, no the in 3D screen | aaaa | Vizard | 4 | 11-07-2014 03:11 PM |
| Draw Line | Moh200jo | Vizard | 3 | 05-05-2010 05:40 AM |
| Draw line with a triangle at the end | Chrissy2009 | Vizard | 9 | 08-24-2009 11:12 AM |
| Draw Line between Points | Chrissy2009 | Vizard | 2 | 05-13-2009 04:42 AM |
| Draw Line between Points selected by mouse | Johannes | Vizard | 7 | 01-07-2005 02:50 PM |