Insert Field to Mtext

Hi,

Is it possible to insert fields to MText with OOTB or C3D Toolkit nodes? Or should it be done via python script?
I want to display the name of all assemblies in the drawing in MText with object name field, in order to run the dynamo script only once.
Also how on earth displaying name not included in assembly style?? :weary: :weary:
Thanks.

Hi @kovacsv,

I can’t think of ootb node that can do this. You can write this in Python or use a python that can run a lisp. There’s a Lisp routine that can do this. Please check the link below to guide you with Lisp.

Source: VB - Original Author Justin Ralston
http://c3dxtreme.blogspot.com/2010/12/automatically-label-those-road.html?m=1

Source: Lisp - Revised by Jeff Mishler
https://forums.autodesk.com/t5/civil-3d-forum/label-assembly-with-field-automatically/td-p/2923858

Sample Animated Gif - Using the Lisp by Jeff M.
UseLBLASSEMBLY_Lisp

Cheers,
Jowenn

4 Likes

Thanks.