| To: | realbasic-nug at lists dot realsoftware dot com |
|---|---|
| Subject: | When is 3dmf not 3dmf? |
| From: | Carl Adler <carl at adler-software dot com> |
| Date: | Wed, 28 Jun 2006 16:14:21 -0400 |
| Delivered-to: | listarchive at realsoftware dot com |
| Delivered-to: | realbasic-nug at lists dot realsoftware dot com |
| References: | <20060626170049 dot F081013373C3 at lists dot realsoftware dot com> |
When I use
f = getopenfolderitem("3DMF")
Some apparently valid 3dmf files (I can view them in a 3dmf viewer)
will be grayed out.
For Example this file (4boxesStream.3dmf) is in the examples downloaded
from realbasic
-----3DMetafile ( 1 6 Stream tableofcontents0> )
Container (
Box (
0 0 1 # orientation
1 0 0 # majorAxis
0 1 0 # minorAxis
-0.5 -1 0 # origin
)
Container (
AttributeSet ( )
DiffuseColor ( 0.9 0.0 0.0 )
)
)
Translate ( 3 0 0 )
Container (
Box (
0 0 1 # orientation
1 0 0 # majorAxis
0 1 0 # minorAxis
-0.5 -1 0 # origin
)
Container (
AttributeSet ( )
DiffuseColor ( 0.0 0.9 0.0 )
)
)
Translate ( 0 3 0 )
Container (
Box (
0 0 1 # orientation
1 0 0 # majorAxis
0 1 0 # minorAxis
-0.5 -1 0 # origin
)
Container (
AttributeSet ( )
DiffuseColor ( 0.0 0.0 0.9 )
)
)
Translate ( -3 1 0 )
Container (
Box (
0 0 1 # orientation
1 0 0 # majorAxis
0 1 0 # minorAxis
-0.5 -1 0 # origin
)
Container (
AttributeSet ( )
DiffuseColor ( 0.9 0.9 0.9 )
)
)
--------
can not be opened.
Tux the penguin can be opened. It has a prolog of
----------
3DMetafile ( 1 6 Normal tableofcontents0> )
trimesh0:
Container (
TriMesh (
192 1 0 0 108 2
# triangles
-----------
But another one with prolog
-----------
3DMetafile ( 1 6 Normal tableofcontents0> )
trimesh0:
Container (
TriMesh (
2048 1 0 0 1089 1
# triangles
------------
is grayed out and can't be opened.
Carl
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Interrupting SOAPMethod.Invoke possible?, Stefan P. |
|---|---|
| Next by Date: | Re: Database class fieldschema, Sergio |
| Previous by Thread: | Interrupting SOAPMethod.Invoke possible?, Jim Dossey |
| Next by Thread: | LDAP, Adam Ernst |
| Indexes: | [Date] [Thread] [Top] [All Lists] |