Jump to content

Recommended Posts

Posted

Hello everyone!

 

I want to select a block that i just inserted.

This works fine:

 

[list=1]
[*]write "select" on the command line and hit enter
[*]write "L" and hit enter
[*]hit enter to end the command
[/list]

The block is now selected.

 

 

 

I thought that this would work exactly the same way:

(command "select" "L" "")

The block is not selected...

 

Why?

And how can i select my block from autolisp?

Posted

Yes good ref Dadgad .

 

Use function entlast to select last entity , and many examples in the above ref .

Posted

I know i can get my hands on the entity with entlast but how can i select it?

By "select it" i mean as if i just click on it without any active command.

I want it to look like this image:

selected.JPG

Posted
You might mean this ...

 

(sssetfirst nil (ssadd (entlast)))

 

Exactly what i was looking for!

Many thanks / Thomas

Posted

Here is equivalent code

 
(sssetfirst nil (ssget "_L"))

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...