You're welcome. :)
Type: Posts; User: GP_
You're welcome. :)
Try. :)
(defun c:test ( / a b )
(setq a (vlax-ename->vla-object (car (entsel "Select Leader"))))
(setq b (getstring "\nUser Arrow: "))
(vla-put-ArrowheadBlock a b)
)
To be completed with the error handling.
Naturally it works with straight leader line.
The real challenge would be to connect a reactor (for the wipeout) to mleader, but it is a work for guru, not...
I mean, maybe you do not need to cut all the objects if you just cover them with a wipeout.
Remember to set Frames = Off
41539
(defun c:demo (/ s s1 ss space pntlst w pntlst zv TempL...
DWG unfortunate... with a wipeout would not be mutilated.
A picture taken with a cell phone?!?
You're welcome, motee-z.
Consider LOFT command, creates a surface (not mesh) with boundaries that follow exactly the cross sections and it is not necessary to draw the lines for closing.
...
Connect the ends with a line and then EDGESURF.
http://exchange.autodesk.com/autocad/enu/online-help/browse#WS1a9193826455f5ffa23ce210c4a30acaf-4b88.htm
Try
(cons 1 (strcat "Text1 " var " Text2"))
enjoy... :)
http://www.lee-mac.com/steal.html
To use boundary command must be the geometry that is used is entirely displayed on the screen.
then... how can?
I posted an example from the command line:
In lisp, simpler:
(defun c:clr (/ A B C COUNT............
.............
.............
.............
(setq X C) ;Sends the selection set to the current commad
.............
.............
(i.e.)
Happy to help. :)
Maybe...
draw (red) polyline
insert block
vla-getboundingbox (polyline+block)
zoom -> BoundingBox
(defun C:test()
(setq pt1 (getpoint))
(setq pt2 (getpoint))
(command "Line" pt1 pt2 "")
);end defun
You have certainly done something wrong.
(if (= fuel "a")
(progn
Can you post a dwg or jpg with the surface?
I sent to you a request for access, but I have not received a reply.
40629
Another method, if they are 3Dfaces:
EXTRUDE with direction (or path, I can not remember in 2002)
UNION
SLICE