WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: lilio
Forum: Vizard 09-07-2009, 01:10 AM
Replies: 5
Views: 8,294
Posted By lilio
How can I get the euler of my line???

How can I get the euler of my line???
Forum: Vizard 09-04-2009, 05:54 AM
Replies: 5
Views: 8,294
Posted By lilio
Hey, I've got another idea, to solve my...

Hey,
I've got another idea, to solve my problem. But therefore I should know, how to get the euler of my line.

So I draw a line like this:


begin = [0,0,0]
end = [2,1,2]
...
Forum: Vizard 08-26-2009, 01:24 AM
Replies: 1
Views: 8,458
Posted By lilio
Change Viewpoint in different scenes

Good morning,

I want to change the viewpoint from scene to scene. So I want to set in scene1:

viz.MainView.setPosition(0,0,-10)
viz.MainView.lookat(0,0,0)

If I change the scene to scene 2,...
Forum: Vizard 08-20-2009, 01:06 AM
Replies: 1
Views: 8,620
Posted By lilio
addWindow only in one special scene

Hello,

I want to add a second Window in a special scene, like this:

UpperLeftWindow = viz.addWindow(pos=(0.7,1.0),size=(0.3,0.3))

But this window should only be added in the scene 3.

How...
Forum: Vizard 07-18-2009, 05:41 AM
Replies: 2
Views: 6,121
Posted By lilio
I've solved my problem with this: ...

I've solved my problem with this:

vec1.rotate(1,0,0,'',viz.RELATIVE_LOCAL)

This works fine, but I want to set the rotation point of my object at the first vertex.

So the first vertex should...
Forum: Vizard 07-17-2009, 02:34 AM
Replies: 2
Views: 6,121
Posted By lilio
Turn around the y-axis

Hello,

how can I turn my drawn layer around the y-axis?

viz.startlayer(viz.LINES)
viz.linewidth(3)
viz.vertexcolor(viz.RED)
viz.vertex(2,3,5)
viz.vertex(-1,2,9)
viz.startlayer(viz.POINTS)
Forum: Vizard 07-13-2009, 11:13 AM
Replies: 4
Views: 7,349
Posted By lilio
Yes it works! Thank you very much....

Yes it works!

Thank you very much....
Forum: Vizard 07-13-2009, 10:00 AM
Replies: 4
Views: 7,349
Posted By lilio
Hi, thanks for your answer. But this does...

Hi,

thanks for your answer. But this does not work. :mad:

For example:

I've got this class:

import viz
Forum: Vizard 07-12-2009, 06:22 AM
Replies: 4
Views: 7,349
Posted By lilio
Question Call objects created within definitions

Hi,

I want to create buttons within a definition. Something like that:

def createButton(self, position, pictureOff, pictureOn, name, szene):
self.Position = position
self.PictureOff =...
Forum: Vizard 05-14-2009, 03:31 AM
Replies: 6
Views: 12,481
Posted By lilio
If I create the vertex with this command: ...

If I create the vertex with this command:

point = viz.endlayer(viz.WORLD)

then the vertex will be placed at another position like the mouse is.

But if I use

point =...
Forum: Vizard 05-13-2009, 10:43 AM
Replies: 6
Views: 12,481
Posted By lilio
viz.vertex coordinates

Hello,

I want to create a vertex at the mouseclick position, but I don't know how to do it.

If I create two vertex points:
viz.startlayer(viz.POINTS)
viz.pointsize(10)...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -7. The time now is 12:24 PM.


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