Re: import vrml in idl [message #52608] |
Wed, 21 February 2007 10:50 |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
I would try to find a VRML to DXF converter. Or if you're exporting
these models from some application, go straight to DXF. IDL can read
DXF files and I have written an object that handles the details, making
it even easier. I can dig up the link to it if you're interested.
-Rick
hradilv wrote:
> On Feb 21, 4:21 am, "gotscher" <gotsc...@rsi-gmbh.de> wrote:
>> hej,
>>
>> is it possible in idl to import vrml files?
>
> Sorry - I jumped the gun on my last post. Not enough coffee this
> morning. Appearently the IDLgrVRML object is for export... oops.
>
> That said - I would google "vrml file format" and start writing a
> parser myself... shouldn't be too difficult, especially if you only
> have to make a reader for certain vrml files and not a "swiss army
> knife" vrml parser.
>
|
|
|
Re: import vrml in idl [message #52609 is a reply to message #52608] |
Wed, 21 February 2007 07:50  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
hradilv writes:
> That said - I would google "vrml file format" and start writing a
> parser myself... shouldn't be too difficult, especially if you only
> have to make a reader for certain vrml files and not a "swiss army
> knife" vrml parser.
Before I started down this path, I would make CERTAIN this
is where you want to end up. In my experience, more often
than not, VRML is not the be-all, end-all you hoped it
was going to be. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: import vrml in idl [message #52610 is a reply to message #52609] |
Wed, 21 February 2007 07:37  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Feb 21, 4:21 am, "gotscher" <gotsc...@rsi-gmbh.de> wrote:
> hej,
>
> is it possible in idl to import vrml files?
Sorry - I jumped the gun on my last post. Not enough coffee this
morning. Appearently the IDLgrVRML object is for export... oops.
That said - I would google "vrml file format" and start writing a
parser myself... shouldn't be too difficult, especially if you only
have to make a reader for certain vrml files and not a "swiss army
knife" vrml parser.
|
|
|
Re: import vrml in idl [message #52611 is a reply to message #52610] |
Wed, 21 February 2007 07:34  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Feb 21, 4:21 am, "gotscher" <gotsc...@rsi-gmbh.de> wrote:
> hej,
>
> is it possible in idl to import vrml files?
"Anything" is possible in IDL. I'd start by doing a search in the IDL
help for, umm..., vrml.
|
|
|