mdelo Posted October 4, 2024 Posted October 4, 2024 Hey all, I hope you all are well! Just running this idea, to see if any assistance can be given! Currently a bit new to LISP. Curious about the following functionality: LISP -> USER INPUT -> Place block w/ fields from user input? Looking to create similar functionality to the REVIT tag functions, where I can run the LISP, select a source object which to read certain fields. Thank you, and any help would be greatly appreciated! Quote
Steven P Posted October 4, 2024 Posted October 4, 2024 Yes that is possible, with LISP you can place a block using the entmake or entmakex method (for pure LISP) or the vla-insertblock (Visual LISP). These blocks can be defined with fields. You can use LISP to define the block definition including fields. Might need a little more information as to what exactly you want and perhaps a sample drawing s a demonstration of the fields to use Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.