Grip Problem
Grip Problem
(OP)
I have exported a file from Microstation to AutoCad. Now when in A-Cad when I select an object, only one grip will appear. I have checked my settings and grips are enabled. What do I need to do to get my grips back. BTW this Auto-Cad 2000.
Thanks,
B.L.
Thanks,
B.L.





RE: Grip Problem
RE: Grip Problem
RE: Grip Problem
If not, what are they?
If so, and you explode them, are the entities objects that AutoCAD recognizes?
RE: Grip Problem
what kind of objects do You have? Blocks, groups...?
Here's a lisp for toggeling the grips in blocks:
(defun c:gb()
(setvar "gripblock" (abs(1- (getvar "gripblock"))))
)
Maybe it's better to save the *.dwg as a dxf-file
regards, Lothar
ADT 2004
ACAD 2002
RE: Grip Problem
B.L.