Creating a LISP for the first time, no clue what to do.

Creating a LISP for the first time, no clue what to do.

Anonymous
Not applicable
550 Views
4 Replies
Message 1 of 5

Creating a LISP for the first time, no clue what to do.

Anonymous
Not applicable

Morning, 

 

I've never created a LISP before just want to see if its possible to make my process a lot quicker.

I am scaling a thousands of 3D polylines down by x amount (0.99)
I would offset them but that would be a whole new issue i found.

 

So basically i need to create a lisp that will scale each selected 3d polyline by 0.99 or X amount by the centre of the polyline?

is this possible?

 

Thank you.

0 Likes
Accepted solutions (1)
551 Views
4 Replies
Replies (4)
Message 2 of 5

ВeekeeCZ
Consultant
Consultant

Welcome to the community!

 

The first of all, post some dwg sample (and always will in the future)
The second.. what do you mean by "centre"... how it's calculated? (it may be obvious from the sample)

0 Likes
Message 3 of 5

Kent1Cooper
Consultant
Consultant
Accepted solution

@Anonymous.reed wrote:

.... i need to create a lisp that will scale each selected 3d polyline by 0.99 or X amount by the centre of the polyline?

is this possible?

....


Yes.  No need to post a drawing.  Try ScaleAboutCenters.lsp with its SAC command, available here.

Kent Cooper, AIA
Message 4 of 5

Anonymous
Not applicable

Thank you,

 

I shall do in the future.

The centre..the middle of the closed 3D polyline (attached a screen shot)

As you can see i have lots of different shapes that i want to scale down at their individual locations rather than a 'select all' and scale.

I hope this helps.Capture01.JPG

0 Likes
Message 5 of 5

Anonymous
Not applicable
THANK YOU SO MUCH!!!
0 Likes