WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: hotshotiguana
Forum: Vizard 05-17-2012, 07:21 AM
Replies: 0
Views: 13,248
Posted By hotshotiguana
PyQt Widget in Viz World

Currently in our Vizard application we are drawing .png charts in Matplotlib and placing the images onto multiple Viz textures (resembling walls to a room) using texture.setImageData, but we are...
Forum: Vizard 04-17-2012, 05:51 AM
Replies: 4
Views: 15,462
Posted By hotshotiguana
pydev debugger: starting Could not connect to...

pydev debugger: starting
Could not connect to 127.0.0.1: 49849
Traceback (most recent call last):
File "pydevd_comm.py", line 390, in StartClient
s.connect((host, port))
File "C:\Program...
Forum: Vizard 04-13-2012, 10:24 AM
Replies: 4
Views: 15,462
Posted By hotshotiguana
Debug Viz in PyCharm (or Eclipse)

I have set up an external tool in PyCharm to execute Vizard code, with the below configurations:
Program --> C:\Program Files (x86)\WorldViz\Vizard4\bin\winviz.exe
Parameters --> $FilePath$...
Forum: Vizard 04-10-2012, 12:09 PM
Replies: 4
Views: 16,479
Posted By hotshotiguana
I think for what I am doing a 3DS Max arrow is...

I think for what I am doing a 3DS Max arrow is not going to be the best option (although it definitely looks better than any arrow I have seen online), due to the changing control points, the...
Forum: Vizard 04-05-2012, 12:35 PM
Replies: 4
Views: 16,479
Posted By hotshotiguana
The <vizact>.sizeTo works well to scale the .3DS...

The <vizact>.sizeTo works well to scale the .3DS arrow I imported into my scene, but now I want the arrow to go from one object (<vizshape.addBox) to another object (<vizshape.addBox). Is there a...
Forum: Vizard 04-04-2012, 05:02 PM
Replies: 2
Views: 7,511
Posted By hotshotiguana
That script works fine when I run in the console...

That script works fine when I run in the console and when I compile it.

I kept trying to comment out different lines in my script to see what was causing the problem and eventually when I...
Forum: Vizard 04-04-2012, 12:52 PM
Replies: 2
Views: 7,511
Posted By hotshotiguana
Publishing Error

When I run my script using the Vizard 4.0 Enterprise console, I do not get any errors, but when I compile and publish the script to an EXE file and run the script it shuts down without any warning.
...
Forum: Vizard 04-01-2012, 04:48 PM
Replies: 4
Views: 16,479
Posted By hotshotiguana
Modeling and Modifying a 3D Arrow

Hi,

I have a two part question for the best way to model and modify a 3D arrow in Vizard - see the top left image on this site (http://www.vectorstock.com/composite/138362/3d-arrows-vector.jpg)...
Forum: Vizard 03-26-2012, 12:54 PM
Replies: 7
Views: 11,693
Posted By hotshotiguana
Thanks for the response!

Thanks for the response!
Forum: Vizard 03-23-2012, 08:01 AM
Replies: 7
Views: 11,693
Posted By hotshotiguana
Publish to exe Script

I am trying to create new versions of my software on the fly - currently the software is only available on the desktop. For example, I want to have the capability for a user to select certain...
Forum: Vizard 03-22-2012, 11:07 AM
Replies: 5
Views: 12,157
Posted By hotshotiguana
I found the problem, here is my solution in...

I found the problem, here is my solution in Vizard:
xs, ys, zs = get_sphere_line([2.85, -1., 0.238], [1.722, .001, .46],
[3.94, .001, 0.026])
viz.startLayer(viz.LINE_STRIP)
...
Forum: Vizard 03-22-2012, 10:28 AM
Replies: 5
Views: 12,157
Posted By hotshotiguana
So I transferred some Matlab code into Python and...

So I transferred some Matlab code into Python and then did a 3D plot, see below code.

import numpy as np
from mpl_toolkits.mplot3d import Axes3D
import matplotlib.pyplot as plt

def...
Forum: Vizard 03-22-2012, 09:44 AM
Replies: 5
Views: 12,157
Posted By hotshotiguana
I am not calculating the y-values correctly. When...

I am not calculating the y-values correctly. When drawn, it looks like a staircase between the two points.
Forum: Vizard 03-22-2012, 08:11 AM
Replies: 5
Views: 12,157
Posted By hotshotiguana
Create an arc between two points

I have two x, z points - for example ([1.722, .46], [3.94, .026]) - and I am trying to draw an arc (or a great (or small) circle) between the two points. I also have calculated 50 control x, z points...
Forum: Vizard 01-25-2012, 05:36 PM
Replies: 3
Views: 8,384
Posted By hotshotiguana
Works perfectly! Thanks again for the help.

Works perfectly! Thanks again for the help.
Forum: Vizard 01-24-2012, 04:52 PM
Replies: 3
Views: 8,384
Posted By hotshotiguana
I found this example on the worldviz website: ...

I found this example on the worldviz website:
http://docs.worldviz.com/vizard/examples/viewAnimate.htm

It is very similar to what I am looking for, but is there a way to make the transition...
Forum: Vizard 01-24-2012, 12:39 PM
Replies: 3
Views: 8,384
Posted By hotshotiguana
Rotate Viewpoint 360 Around Point/Object

I am looking at a vizshape.addBox in my Vizard environment and would like to smoothly rotate the viewpoint 360 degrees around this point to show the user all sides. I am not that familiar with 3D...
Forum: Vizard 01-20-2012, 07:45 AM
Replies: 1
Views: 6,779
Posted By hotshotiguana
Mimicing Maximize Button

I am running an application and I am trying to mimic the maximize button in the upper right corner of the application. I don't want it to be "full-screen" when I open it because I lose the menu bar I...
Forum: Vizard 01-11-2012, 08:01 AM
Replies: 2
Views: 7,195
Posted By hotshotiguana
Thanks. That works as advertised.

Thanks. That works as advertised.
Forum: Vizard 01-10-2012, 01:14 PM
Replies: 2
Views: 7,195
Posted By hotshotiguana
Define tick positions for viz.SLIDER

Is there a way to define precise tick positions for a viz.SLIDER GUI element? For example, I want to only let someone move the slider to defined points along a linear space - numpy.linspace(0, 1, 26)...
Forum: Vizard 07-21-2011, 11:12 AM
Replies: 1
Views: 7,055
Posted By hotshotiguana
Matplotlib Figure Upside Down

Hi,

I am trying to put a figure.canvas image on a texture that I have created in Vizard, but every time I try to setImageData() on that texture the image is displayed upside-down. Is there a way...
Forum: Vizard 03-23-2011, 12:37 PM
Replies: 1
Views: 37,054
Posted By hotshotiguana
Dynamic Position and Radius of Sphere

Is it possible to change the position and radius of a sphere after it is created? sphere = vizshape.addSphere(radius=r,color=c,pos=(xPos,yPos,zPos))
sphere.dynamic()

For example, I have a slider...
Showing results 1 to 22 of 22

 
Forum Jump

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


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