python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Geometric Dimensioning and Tolerancing support in EZDXF Python
I am trying to read the GD&T Symbols like Concentricity, Perpendicularity using ezdxf parser on DXF Files. The GDT Symbols get read as TOLERANCE Entity and using the content attribute I have succe...

Anuradha
Votes: 0
Answers: 0
System.IO.FileNotFoundException and AutoCAD Support File Search Path
I'm creating a program that has a "rehost workflowdesigner" (like Autodesk SubAssembly Composer did) and it fails to create the toolbox controls.
The error that occurs:
System.IO.FileNotFoun...
Neyton Luiz Dalle Molle
Votes: 0
Answers: 1
AutoLisp - Two basic functions: Determining the number and value of block attributes
I have to write the function that determines the number and values of block attributes in AutoLisp.
I have function which count the atributes:
(defun c:Test (/ s ss)
(if (and (princ "\n Selec...
xyzxyzxyz
Votes: 0
Answers: 1
Optimising key strokes for multiple semi-automated file exports (autocad->.stl)
I'm using autocad to slice a very large model into smaller pieces (.stl) for 3d printing.
Imagine a 2d road map with all the roads extruded out an inch to created 3d pieces.
Since there are many indiv...
Max Arkley-Smith
Votes: 0
Answers: 0