Duplicate elements
AutodeskCommunity » AutoCAD
by luiz.silvaNDFA2
56m ago
Good afternoon everyone, is it possible to duplicate elements using C#? Can I duplicate a 3d solid so that it remains in the same position and with the same characteristics as the original solid and even if I later delete the original solid, the duplicate remains in the drawing ..read more
Visit website
Very slow PDF (loading, zooming, scrolling) when opened on a Tablet (Android) created by DWG To PDF pc3
AutodeskCommunity » AutoCAD
by Wojty1
2h ago
This is a copy of a thread I have posted in the Civil3D Forums    Unfortunately I didn't get any response there so I thought it will suit better here. When I publish (plot) a PDF with some XRefs and Survey Points it hardly opens on an Android Tablet and moving or zooming around is barely possible despite it's very small file size of about 1.5 MB.   I 've been searching for a while and found some topics saying that the SHX font may cause such lags.   Maybe it's something else. I have no clue.   Does this happen to anyone else out there? Is there an easy fix for that? &n ..read more
Visit website
Want to speak directly with Autodesk Product teams or Program Leads?? Join a Customer Advisory Group (CAG)
AutodeskCommunity » AutoCAD
by cary_mandell
3h ago
Hi Everyone if you are interested in participating in Customer Advisory Groups check out the information below; would love to have a lot of you participate!   Autodesk has a bold mission to listen to the Autodesk Community as we pursue even higher standards for products and services. We are currently recruiting for Customer Advisory Groups (CAGs) on the following products and topics:  “Inventor”, “Desktop Connector” and “Trust in Data security and AI”. Click Here to register.   The purpose of the Customer Advisory Groups is to provide a forum for small groups of customers from d ..read more
Visit website
Saving block editor changes and closing block editor in one command
AutodeskCommunity » AutoCAD
by 1930331246064
5h ago
[CommandMethod("OpenMMSBlockEditor")] public void OpenMMSBlockEditor() { Document doc = Application.DocumentManager.MdiActiveDocument; Database db = doc.Database; Editor ed = doc.Editor; // Get the block name string blockName = "MMS Table (32.2920 x 4.5760)"; // Start a transaction using (Transaction tr = db.TransactionManager.StartTransaction()) { // Open the block table for read BlockTable bt = tr.GetObject(db.BlockTableId, OpenMode.ForRead) as BlockTable; // Check if the block table is valid if (bt != null) { // Check if the block exists if (bt.Has(blockName)) { // Get the block definition ..read more
Visit website
Lisp for Hatch (Solid & Transparency) AutoCADLT
AutodeskCommunity » AutoCAD
by rravgeotec
5h ago
Hello,    I am looking for a lisp to create "Hatch" with 70% Transparency. --> Select object (it will close BDY) and Hatch should go to the same layer (Selected Object)   Please!!   Thank you in advance,   @rravgeotec - the moderation team has updated the title for better clarity ..read more
Visit website
Dynamic block:Shorten while rotating
AutodeskCommunity » AutoCAD
by SimonaQQ
5h ago
Hi all,     Is it possible to make such a block: When dragging down the points in the red circle, the diagonal should rotate and shorten accordingly, and the line above the point should also stretch accordingly Alternatively, when the angle changes, the diagonal rotates and shortens accordingly, and the line above the point also stretches accordingly Thanks ..read more
Visit website
Re: how to PERMANENTLY AND FOREVER turn off the Navigation Bar and View Cube
AutodeskCommunity » AutoCAD
by marcel.vandenoosterkamp
5h ago
When opening a 3rd party drawing the navvbar/cube whatever it's called is there in every viewport I activate in paperspace. 10+ yeras down the road after this was asked first and still no solution.   Freaking insane. I want them gone, like topicstarter:   PERMANENTLY AND FOREVER ..read more
Visit website
Projected Views
AutodeskCommunity » AutoCAD
by cloweRE8TC
6h ago
With views created by viewbase is it possible to project a view from a face instead of the usual orthographic views? I need a view projected from the highlighted face below.     ..read more
Visit website
Generate 3D PDF from DWG file
AutodeskCommunity » AutoCAD
by prem_kumar8SXZJ
6h ago
Hi Everyone, I am trying to make a small utility that can convert my DWG file which has some 3D solids into a 3D PDF file. Is there any way I can do this using C# .NET API? Also if anyone knows any libraries or anything that I can use to build the utility please let me know.   Thanks in Advance ..read more
Visit website
Insert block with attributes (define attributes in script)
AutodeskCommunity » AutoCAD
by kamal_kouidar
6h ago
Hi,   I want to insert a block of attributes. I want to define the attributes already in my script so that when I run the command it is automatically placed at a coordinate. The problem is that when you want to insert that block it goes to the dialog box (Enter attributes) and you don't want that. Also I think I haven't created a good function that this application can do. I hope someone can help me with this.   Below you can see two images:   Image 1 ( block with attributes I want to insert):   Image 2 (dialogvenster dat I get when inserting):     Below see the ..read more
Visit website

Follow AutodeskCommunity » AutoCAD on FeedSpot

Continue with Google
Continue with Apple
OR