ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DwgProps class

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
149 Views, 4 Replies

DwgProps class

Frank,

TS41312 provides a class for reading the summary info without requiring
AutoCAD. The zip file contains an .obj file and header. Is the source
available for this class?
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

It shouldn't be too hard to implement your own code for
reading it. You need to scan the file looking for the string
"DWGPROPS_COOKIE", Once you find it, you know where
you are in relation to the start of the Xrecord.



"Byron Blattel" wrote in message
news:5EB72DE3C8E619C0E01E35E96A2A65CE@in.WebX.maYIadrTaRb...
> Frank,
>
> TS41312 provides a class for reading the summary info without requiring
> AutoCAD. The zip file contains an .obj file and header. Is the source
> available for this class?
>
Message 3 of 5
Anonymous
in reply to: Anonymous

Byron Blattel wrote:

> TS41312 provides a class for reading the summary info without
> requiring AutoCAD. The zip file contains an .obj file and header. Is
> the source available for this class?

At one time we decided to not publish the source for this module.

Why do you need the source? We may be able to help you in a different way.

--
Frank Whaley
Autodesk, Inc.
Message 4 of 5
Anonymous
in reply to: Anonymous

Tony Tanzillo wrote:
> It shouldn't be too hard to implement your own code for
> reading it. You need to scan the file looking for the string
> "DWGPROPS_COOKIE", Once you find it, you know where
> you are in relation to the start of the Xrecord.
>

I'll keep this in mind 🙂

Thanks,
|
----+----------------------------------------------
| Byron Blattel
| CADwerx---Applications for AutoCAD
| Autodesk Registered Developer
| email: byron@cadwerx.net
| web site: http://www.cadwerx.net
|
Message 5 of 5
Anonymous
in reply to: Anonymous

Frank Whaley wrote:
> Byron Blattel wrote:
>
>> TS41312 provides a class for reading the summary info without
>> requiring AutoCAD. The zip file contains an .obj file and header. Is
>> the source available for this class?
>
>
> At one time we decided to not publish the source for this module.
>
> Why do you need the source? We may be able to help you in a different way.
>

Just interested in the method you used 🙂

Also, I am using the code in a project using MFC and was getting
compiler errors for duplicate functions. I have worked around that
problem by ignoring libc.lib in my compiler settings. Thanks,

|
----+----------------------------------------------
| Byron Blattel
| CADwerx---Applications for AutoCAD
| Autodesk Registered Developer
| email: byron@cadwerx.net
| web site: http://www.cadwerx.net
|

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost