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

AutoCAD Basic

4 REPLIES 4
Reply
Message 1 of 5
kapil_CCTech
320 Views, 4 Replies

AutoCAD Basic

 I'm creating a Addin in C++ for AutoCAD using Object ARX.

 

I want to write a program which starts AutoCAD, then I will open my .dwg file.

Then some command defined by me will access the solid in it. I want to find no of Edges, Faces, etc.

4 REPLIES 4
Message 2 of 5
Nick1983
in reply to: kapil_CCTech

there is no questions in your post. So, I can wish you good luck :):):)

---
#define QUESTION(b) (2*b)||(!(2*b)) © William Shakespeare
Message 3 of 5
kapil_CCTech
in reply to: Nick1983

I want such code.... to access AcDbSolid... so that i can access edges, faces from this solid..

Message 4 of 5
Nick1983
in reply to: kapil_CCTech

I want such code.... to access AcDbSolid... so that i can access edges, faces from this

First of all AcDbSolid and AcDb3dSolid are different classes. 3dSolid class has everything you want (needed functions)

So, what's your problem. There is a great quantity of code here. You just have to use "search". It's a forum but not a wishlist. Here you can get recomendations, but not realisation of your task without your participation.


---
#define QUESTION(b) (2*b)||(!(2*b)) © William Shakespeare
Message 5 of 5
Nick1983
in reply to: Nick1983

I'll add a few words.

ObjectArx????\utils\brep\samples\ - this is what you want. or, you can just explode acdb3dsolid (output will be acdbregions and acdbsurfaces) 

way of realisation depends on needed output data. 

 

 

---
#define QUESTION(b) (2*b)||(!(2*b)) © William Shakespeare

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

Post to forums  

Autodesk Design & Make Report

”Boost