Search the Community
Showing results for tags '.net api'.
-
Hello guys, I'm trying to do a intersection dynamic block (name = "handrail") with user selected Line. This dynamic block is made up of polylines only. In the intersections points a need make a circles. This is my code, but is not working with dynamic block, only with static block....
-
How to view CAD Drawing file in major Browsers
venkat_src posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Dears, I am in need of any DLL or API (free / very low cost) to view the Autocad drawing file through my web-map application which was developed by using ASP.Net (C#). I got an opensource tool, that is Sharecad.org's iframe tool. But it requires the internet and public IP in the server to read o...- 2 replies
-
- viewer
- autocad .net
-
(and 3 more)
Tagged with:
-
In ACAD2014, a custom application generating lines and text entity was unable to execute immediately after saveAs the DWG(It raises a fatal error). But the same application was able execute when re-open the same DWG. How to solve this?
-
Activate or Deactivate DisplayTheme in DWG using .NET API
zetazee posted a topic in .NET, ObjectARX & VBA
Hi, I have 2 display themes in my DWG, and would like to use the .NET API to activate one display theme and deactivate the other. I have searched AutoCAD forums and here, but there wasn't any threads on this. Current findings so far. Showing part of my code. DisplayTheme has the public...