Search the Community
Showing results for tags 'block position'.
-
How to get block nearest end point or perpendicular point
Pugazh posted a topic in AutoLISP, Visual LISP & DCL
-
I have an idea for scheduling our plant’s production but I don’t know if it is possible. I would like have your input. We use AutoCAD 2011 and AutoCAD LT 2011. We also use Office 2010. I have some experience with Visual Basic. Here is the problem: We use Excel to schedule production...
- 1 reply
-
- database
- customization
-
(and 3 more)
Tagged with:
-
What is wrong in the code? I am trying to set the Z position value to zero for all the blocks in the drawing; (defun c:B0() (setq myFilter(list (cons 0 "INSERT"))) (setq ss (ssget "_X" myFilter)) (setq l (sslength ss)) (setq i 0) (Repeat l (setq blk (ssname ss i)) (setq DXF (entget...
- 24 replies
-
- insertion point
- block position
-
(and 1 more)
Tagged with: