View Single Post
  #1  
Old 12-12-2006, 09:40 PM
AlyssaK AlyssaK is offline
Member
 
Join Date: Dec 2006
Posts: 16
problems loading some wrl file's (separator error?)

Hi everyone,

I have a very basic problem. I am trying to load wrl files provided to me from an external source. I believe solid works was used to create this object. The wrl files in the vizard examples all load successfully.

For some reason i cannot load it within vizard the error states:

* Error: Failed to load spring.wrl at line 2
-->
--> Separator
** ERROR: Failed to load 'spring.wrl'

I'm only using a simple example to import the object.

import viz
viz.go()
spring = viz.add('spring.wrl')

Please post your suggestions i would really appreciate it.

Thanks, Alyssa.
Attached Files
File Type: zip Spring.zip (65.2 KB, 1913 views)

Last edited by AlyssaK; 12-12-2006 at 10:06 PM. Reason: attachment
Reply With Quote