|
Welcome, Guest.
|
||||||
| AutoLISP AutoLISP or Visual LISP, learn both here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: 2003-12
Posts: 7
![]() |
Hi,
This is Rajat here and I have a little problem with vla-explode method. When I am trying to explode a block with default X , Y & Z scale factor, there is no problem. But if I change any of the default scale factor, It is not working. It produces an error message.... "error: Automation Error. Invalid Input." Can you give me an idea that I can solve this problem ? |
|
|
|
|
|
#2 |
|
I could stop if I wanted to
Join Date: 2003-05
Posts: 335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Rajat,
I may be wrong, but I don't believe you can explode a block to a scale.
__________________
Good Blockin' Will DeLoach AutoCad / ADT 2006 |
|
|
|
|
|
#3 |
|
Member
Join Date: 2002-06
Posts: 4
![]() |
(setq objBlock (vlax-ename->vla-object (car (entsel))))
(vla-explode objBlock ) This works for me on blocks inserted with unequal X, Y, Z scales .. also on mirrored blocks with unequal X, Y, Z scales |
|
|
|
|
|
#4 |
|
I could stop if I wanted to
Join Date: 2003-12
Posts: 461
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
First make sure your EXPLMODE system variable is set to 1. If it's 0 then blocks must be equally scaled.
Good Luck |
|
|
|
|
|
#5 |
|
I could stop if I wanted to
Join Date: 2003-05
Posts: 335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I didn't know that.
Thats a good one to know.
__________________
Good Blockin' Will DeLoach AutoCad / ADT 2006 |
|
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Revit PDF Writer 4.2 Installation Problem | dnilsson | Revit Architecture - General | 9 | 2004-06-16 04:14 PM |
| Strange Autocad Viewport Problem | razorx | Revit Architecture - General | 3 | 2004-06-07 08:19 PM |
| Steanding Seam Roof/ Sloped Glazing Problem | Allen Lacy | Revit Architecture - General | 3 | 2004-06-04 04:52 PM |
| Big MAJOR SCARY problem with linked DWG's... | Jeffrey McGrew | Revit Architecture - General | 6 | 2003-08-11 08:00 PM |
| Crop Region Problem | cadmonkey | Revit Architecture - General | 3 | 2003-07-01 06:03 PM |