RealDWG for .NET

RealDWG for .NET

Anonymous
Not applicable
893 Views
3 Replies
Message 1 of 4

RealDWG for .NET

Anonymous
Not applicable
Hi, I am interested with RealDWG but I need know how is can import DWG files and access to the entities of DWG file
0 Likes
894 Views
3 Replies
Replies (3)
Message 2 of 4

dgorsman
Consultant
Consultant

The RealDWG SDK should include appropriate help systems.  I'd also recommend ADN membership for direct technical support.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.


0 Likes
Message 3 of 4

Anonymous
Not applicable

Use Database.ReadDwgFile() to import a DWG file, and use all normal methods to access entities in DWG files. Once RealDWG is running, your knowledge is AutoCAD .NET API without interface classes such as Editor, Ribbon...

 

0 Likes
Message 4 of 4

techsoft3d
Contributor
Contributor

Here's a brief explanation for those new to ObjectARX, click the link below to find out more at Autodesk's own site.

 

  • ObjectARX  - AutoCAD Runtime eXtension, is a framework for 3rd party developers to customize AutoCAD’s standard behavior and edit the contents of its’ drawing database.
  • ObjectDBX  - an AutoCAD-independent subset of ObjectARX.
  • RealDWG    - the license to use ObjectDBX in an own application outside of AutoCAD.

 

RealDWG allows to read/write  DWG files from your own application.

RealDWG doesn’t provide any viewing capabilities.

 

The RealDWG developer toolkit is a software library that allows C++ and .NET developers to read and write AutoCAD software DWG and DXF files.

 

Read up to-date information about RealDWG here.

 

 

Autodesk’s partner, Tech Soft 3D is the worldwide exclusive reseller of RealDWG. To obtain a copy of the RealDWG software development kit (SDK) license application, fill out and submit the application form from the Tech Soft 3D website or contact Tech Soft 3D via email.

 

 

Cheers,

Paavo

0 Likes