Selectedset, rotate3d, R14, vba

Selectedset, rotate3d, R14, vba

Anonymous
Not applicable
120 Views
3 Replies
Message 1 of 4

Selectedset, rotate3d, R14, vba

Anonymous
Not applicable
Hi everyone,

I am writing a R14 vba sub. I have a selectionset of entites within the
polygon of pt1 and pt2.

How can I edit these selected entities, say rotate3D?

Thanks in advance.

Kin
0 Likes
121 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hello Kin,

You can do the editing of the selected entities by iterating through the
selection set using Item method.
Le me know if you require futher help.

--
bye,

P.Murali
k.c.kwok wrote in message
news:85fbsk$60j10@adesknews2.autodesk.com...
> Hi everyone,
>
> I am writing a R14 vba sub. I have a selectionset of entites within the
> polygon of pt1 and pt2.
>
> How can I edit these selected entities, say rotate3D?
>
> Thanks in advance.
>
> Kin
>
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thanks P.Murali,
Sorry for my delay, I've a trip last week.
I have checked "iterating" in the help file, and will practise.
Regards,
Kin

P.Murali wrote in message <85h3eh$b843@adesknews2.autodesk.com>...
>Hello Kin,
>
>You can do the editing of the selected entities by iterating through the
>selection set using Item method.
>Le me know if you require futher help.
>
>--
>bye,
>
>P.Murali
>k.c.kwok wrote in message
>news:85fbsk$60j10@adesknews2.autodesk.com...
>> Hi everyone,
>>
>> I am writing a R14 vba sub. I have a selectionset of entites within the
>> polygon of pt1 and pt2.
>>
>> How can I edit these selected entities, say rotate3D?
>>
>> Thanks in advance.
>>
>> Kin
>>
>>
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
Hi, P.Murali,

Thanks for you help. It is working.

I am learning how to create a selectionset that only include objects from a
layer named "ABC". Any idea?

Regards,
Kin

P.Murali wrote in message <85h3eh$b843@adesknews2.autodesk.com>...
>Hello Kin,
>
>You can do the editing of the selected entities by iterating through the
>selection set using Item method.
>Le me know if you require futher help.
>
>--
>bye,
>
>P.Murali
>k.c.kwok wrote in message
>news:85fbsk$60j10@adesknews2.autodesk.com...
>> Hi everyone,
>>
>> I am writing a R14 vba sub. I have a selectionset of entites within the
>> polygon of pt1 and pt2.
>>
>> How can I edit these selected entities, say rotate3D?
>>
>> Thanks in advance.
>>
>> Kin
>>
>>
>
>
0 Likes