I have question. I did the same but the block I inserted was a coordinate XYZ dynamic block It works but when I use the command CUI that added in panel it ask a scale and rotation. Do you have any ways to insert the block directly just like yours I don't need the insertion scale and rotation
Did you use the CUI command in the video description? ^C^C-insert;;{Type your File Name here};\;;;explode;last;-purge;Blocks;{Type File Name Here};N; The ; is meant to signify the Enter button and there are ;; to bypass the rotate and scale userinput.
Do you know about any good videos (or have one yourself) on the subject on dynamic label point? In example if I have a point id like to show to. It drops a pin with a number and then add a dynamic text section in view port right side. So if I add 3 points it creates 3 text sections i can populate with relevant information. Lets say point 1 is a dranaige gutter the number 1 shows in model and plan view and the number 1 text section is added right side for me to populate with relevant information? Trying to make my life a little easier and to much text on a drawing itself makes it feel chaotic 😅
You can do it using either lisp or dynamic blocks. Lisp is harder to explain, but there is a lisp out there that you use for setting out coordinates at the end of the command you select all the points and tables them for you. This way requires a good knowledge of lisp. I would prefer to use dynamic blocks, so I would join my point and the text the viewport as one block and have them all in model space and just create a viewport to show the text in viewport, its hard to explain it on the comment section. But happy to create one for your a small fee.
Omg how didn't I find you before! Informative, humorous, and great content! Thanks a lot!
Glad you liked it! Next Dynamic block video will be called Doors on Steroid 😀
Complimenti!
Molto utile...grazie mille per questo fantastico tutorial!😃😃
Merci!
I have question.
I did the same but the block I inserted was a coordinate XYZ dynamic block
It works but when I use the command CUI that added in panel it ask a scale and rotation.
Do you have any ways to insert the block directly just like yours
I don't need the insertion scale and rotation
Did you use the CUI command in the video description? ^C^C-insert;;{Type your File Name here};\;;;explode;last;-purge;Blocks;{Type File Name Here};N; The ; is meant to signify the Enter button and there are ;; to bypass the rotate and scale userinput.
Excellent
Thank you!
damn you are wicked smart bro
Nah, just your average engineer. Thanks though!😀
sir possible to multiple copy (repeated object ) add
What do you mean? Like you select lets say object a & b and use copy and then when you click once it paste A and the will paste B?
Do you know about any good videos (or have one yourself) on the subject on dynamic label point? In example if I have a point id like to show to. It drops a pin with a number and then add a dynamic text section in view port right side. So if I add 3 points it creates 3 text sections i can populate with relevant information. Lets say point 1 is a dranaige gutter the number 1 shows in model and plan view and the number 1 text section is added right side for me to populate with relevant information? Trying to make my life a little easier and to much text on a drawing itself makes it feel chaotic 😅
You can do it using either lisp or dynamic blocks. Lisp is harder to explain, but there is a lisp out there that you use for setting out coordinates at the end of the command you select all the points and tables them for you. This way requires a good knowledge of lisp. I would prefer to use dynamic blocks, so I would join my point and the text the viewport as one block and have them all in model space and just create a viewport to show the text in viewport, its hard to explain it on the comment section. But happy to create one for your a small fee.
svp possible de compter des blocs dynamiques?
Sorry what svp? You mean the foul SVP?
one click. one object
Hi, what do you mean?
Repeat placements
Too multiple copy on the macro line of code you need to add a * at the beginning
*^C^C-insert;Grid_;\;;;explode;last;-purge;Blocks;Grid_;N;
@@CivilTechSource
^C^C^setvar;osmode;39;^setvar;orthomode;1;_move;\;\.from;@;\ (please correct this cui command please help.)