Creating 3D Objects Using Scripts
Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13042
Printed Date: 18.May.2026 at 19:56
Topic: Creating 3D Objects Using Scripts
Posted By: austindfw
Subject: Creating 3D Objects Using Scripts
Date Posted: 28.Dec.2018 at 02:29
I'm looking for good reference resources for creating 3D objects using scripts. Can you create cylinders, etc. using scripts?
|
Replies:
Posted By: John Connor
Date Posted: 28.Dec.2018 at 14:40
Have you written any scripts yourself?
------------- "Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
Posted By: Kent Cooper
Date Posted: 28.Dec.2018 at 17:19
|
I went to the http://https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" rel="nofollow - AutoCAD Customization Forum and just put "cylinder script" in the Search window, and got http://https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=location&location=forum-board:130&q=cylinder%20script" rel="nofollow - >>this<< . But another question comes to mind: Are you asking about SCRIPTs in AutoCAD's meaning of the word? A lot of people use the word more loosely, to refer to any kind of coded routine or function, including such things as AutoLisp routines or command macros. But SCRIPT has a specific [and different from those] meaning in AutoCAD -- is that the one you intend?
|
Posted By: austindfw
Date Posted: 30.Dec.2018 at 00:56
|
Thanks
for the reply. I’m just referring to the scripts run using the SCR command. The
intent is to learn the capabilities of creating and manipulating 3d objects
using scripts. However, if there are other API’s that you think are better
suited, please let me know.
|
|