Tagged Questions

AutoDesk AutoCAD API to write 3rd party tools for AutoCAD. ObjectARX is also used in RealDWG package. RealDWG library is a subset of ObjectARX to handle AutoCAD database files (dwg and dxf files).

learn more… | top users | synonyms

4
votes
4answers
3k views

Interfacing AutoCAD with JAVA

Any idea on interfacing with AutoCAD through a JAVA program. I am looking for a solution that can directly interface with an AutoCAD session (even start one), the way it works with the .NET extensions ...
3
votes
3answers
1k views

SaveAs in COM hanging AutoCAD

I'm implementing an application which uses COM in AutoCAD's ObjectARX interface to automate drawing actions, such as open and save as. According to the documentation, I should be able to call ...
2
votes
1answer
47 views

how to learn objectArx?

i have intermediate c++ knowledge and i was write some c# tools to autocad now i want to learn ObjectArx i spent some time to google for tutorial or something start with and get that link ...
1
vote
1answer
74 views

How to work with objectARX 2012

I want to print a .dwg file to printer in my c# application by ObjectARX classes and methods but i am too beginner in ObjectARX. Which class and methods should i use?Is there any way else to do this?
1
vote
2answers
396 views

Create Linework/Geometry Using Text Style in AutoCAD

I'm working in AutoCAD using the ObjectARX .Net API. Is there a way to either create text using lines/curves/polylines, or explode an existing text object into lines/ect? Prefereable I would like to ...
0
votes
3answers
72 views

Error : typeInitializationException

I've found a code to open a dwg file in autocad with objectARX commands.this code works successfully when i wrote it in a Class Library project, but the problem is happened when i want to place this ...
0
votes
1answer
109 views

AInsert Block in AcadTable

I need to insert an AcadBlockReference into AcadTable, but i've got an error with the block ObjectId property. //*****************Sample Code************************************* AcadApplication ...