Advance Genearte Graphic in .net coding

Advance Genearte Graphic in .net coding

Anonymous
Not applicable
1,170 Views
6 Replies
Message 1 of 7

Advance Genearte Graphic in .net coding

Anonymous
Not applicable

Hi all

 

I would like to advance generate graphics through my .net customization.

 

Someone please provide the sample code on advance genrate graphics or how acces the advance generate graphics?

 

Thanks in advance

 

Regards

Dayalan

0 Likes
1,171 Views
6 Replies
Replies (6)
Message 2 of 7

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

If you speak about development for generating geometry with AutoCAD then you can download the >>>ObjectARX-kit<<<, there you have a lot of sampled included.

Otherwise let us know what you mean by "advance generate graphics"

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 7

Anonymous
Not applicable

Hi there,

Advanced graphics is a bit of a broad term.  We used to use GDI+, there

are loads of examples on the Web to view.  The problem however was

that GDI+ is only software accelerated so if you have lots of information

in a dialog (like we do), then things were slowing down to the point where

the Dialog  would crawl, it became unusable.  We have just finished porting

to OpenGl  and the speed is incredible.

 

I apologise but  I would not be able to post any code as this would

be revealing our  IP.  Good luck.

 

Maritn.

0 Likes
Message 4 of 7

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

so you don't want to do any development based on AutoCAD? (as you only speak about GDI+ or OpenGL, wondering now that WPF is not mentioned when speaking about perforamance in dialogs 😉 )

So I think (as this forum here is called "AutoCAD Customization ...") this is not the right forum for you.

 

Sorry, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 5 of 7

Anonymous
Not applicable

Hi Alfred,

I think I may have missed your point, OP I thought was refering to vector tye Graphics in forms?

Have I got this wrong?

 

Ta,

 

Maritn.

0 Likes
Message 6 of 7

Anonymous
Not applicable

Hi all

 

 

Thanks for the reply to every one.

 

My requirement is to generate the graphics on selected grid and also some of the layers only need to display within grid.

 

These process should be implemented in the single step. I.e user will select only grid. by using the grid, i wanna excute the advance generate graphics option through .net program

0 Likes
Message 7 of 7

Balaji_Ram
Alumni
Alumni

Your question is still not clear. "generate the graphics on selected grid" ? Which grid are you referring to ?

 

WPF uses the GPU to display the graphics. So, if you wish to use WPF to display the graphics in a window, you can do that inside AutoCAD. AutoCAD already uses WPF and hardware acceleration in its UI.

 

 



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes