Search the Community
Showing results for tags 'multiline'.
-
All by myself... kinda. ATTRIB Defined Width
RubberDinero posted a topic in AutoLISP, Visual LISP & DCL
(defun c:awz ( / sUndo enx atent atent_list) (setq sUndo (vlax-invoke (vla-get-ActiveDocument (vlax-get-acad-object)) 'StartUndoMark)) (setvar 'errno 0) (while (/= 52 (getvar 'errno)) (setvar 'errno 0) (setq atent (car (nentsel "\nSelect multiline attribute to change Defined Width to 0: "))) (con... -
Does anyone know if it's possible to manipulate the vertical line spacing of multiline attributes within a block?
- 1 reply
-
- block
- attributes
-
(and 1 more)
Tagged with:
-
Hello, Someone can help with the following: In a job I have different multiline styles. Using a routine will it be possible to toggle current style just picking on one of these multilines? Thanks Aalmeidah
-
Dear All, I need to draw a mline in a drawing and I' m going to close it as rectangle box. I command mode it is so easy but in VBA programming mode I have no idea. Is there any chance to do the matter Thx Manouchehr
-
I have existing multilines with linetypes set to byLayer, yet when the linetype on the layer changes, the Multiline linetype does not. Is there any way to get the linetype to change with the layer?
-
Hello everyone, this is my first post here (though I have been reading these Forums for quite a while). When you create a new multiline style (or modify an existing one) you can set a "Description" text. That text can be seen when you do the following: "MLINE" "STyle" "?" What I wish to...
-
Hello, I've made one very useful tool. It's called MLINE SPLIT and you guessed what it does. However it doesn't work on first and second vertices (1 and 2 vertex), and that is real mystery for me. Why are these vertices so different than all the other vertices. Below is my VBA code: Public S...