Jump to content

Recommended Posts

Posted

HI,everyone

my mother language is not English

So,something I writed you will not understand easily.

I want some help,thanks.

those is what i want to do:

 

I need select parts of autocad's drawing to print.

Sometimes it is a tiresome job。

so I wirte a vba to do this

Dim userSelect As AcadSelectionSet

Sub CmdCopy_Click()

'copy something that user Selected to new drawing

On Error Resume Next

Set userSelect = ThisDrawing.SelectionSets.item("userselect")

If Err Then

Set userSelect = ThisDrawing.SelectionSets.Add("userselect")

Err.Clear

Else

userSelect.Highlight False

userSelect.Clear '需要清空,否则会新的选择会添

Posted

time is 05:58 am ,everyone sleeping.

the area i stay is 14:40pm,

:-)

 

I am waiting for you help,thanks,have a good dream

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...