AUTOMATE AUTOCAD USING CHAT GPT | AUTOCAD + CHATGPT
GLOBAL STUDIO GLOBAL STUDIO
2.81K subscribers
24,223 views
236

 Published On Premiered Dec 8, 2023

Integrate ChatGPT into AutoCAD via a script, sending user input to ChatGPT API for processing, and implementing responses for actions.

program:

"(defun c:Create_Rectangle ()
(setq width (getreal "\nEnter the width of the rectangle: "))
(setq height (getreal "\nEnter the height of the rectangle: "))

(setq pt1 (getpoint "\nSpecify the first corner of the rectangle: "))
(setq pt2 (polar pt1 0 width))
(setq pt3 (polar pt2 (/ pi 2) height))
(setq pt4 (polar pt1 (/ pi 2) height))

(command "_.pline" pt1 pt2 pt3 pt4 "C")
(princ)
)"

#autocad
#Design
#DynamicBlocks
#CAD #Productivity
#ParametricDesign
#Engineering
#Innovation
#DigitalDesign
#efficiency
#solidworkstutorial
#solidworksassembly
#solidworkstutorialforbeginners
#solidworks
#AutoCAD
#CAD
#Drafting
#Design
#Engineering
#Architecture
#3DModeling
#CADDrawing
#AutoCADDrawing
#TechnicalDrawing
#CADDesign
#AutoCADTutorial
#AutoCADTips
#CADSoftware
#CADCommunity
#DrawingTutorial
#CADWorkflow
#AutoCADArchitecture
#AutoCADLT
#AutoCADSkills

For any mechanical projects and collaborations contact [email protected].

show more

Share/Embed