Assembly work features?

Assembly work features?

Anonymous
Not applicable
336 Views
5 Replies
Message 1 of 6

Assembly work features?

Anonymous
Not applicable
I am having trouble seeing how to access the origin workfeatures in a
assembly file. It seems like it should be simple, but I am missing it.

Can someone point me in the right direction?

--
Kent Keller
Member of the Autodesk Discussion Forum Moderator Program
0 Likes
337 Views
5 Replies
Replies (5)
Message 2 of 6

Anonymous
Not applicable
Anyone??

Still struggling trying to find access to this..... part files are easy

Set oWorkPlanes =
ThisApplication.ActiveDocument.ComponentDefinition.WorkPlanes

but assembly files ??? Any help appreciated.

--
Kent Keller
Member of the Autodesk Discussion Forum Moderator Program


"Kent Keller" wrote in message
news:E4F991D968B182495B958ADAC8A0F519@in.WebX.maYIadrTaRb...
> I am having trouble seeing how to access the origin workfeatures in a
> assembly file.
0 Likes
Message 3 of 6

Anonymous
Not applicable
Haven't been exposed yet. Maybe next release?

Neil


"Kent Keller" wrote in message
news:18EBFB7D7B0AEF4D5BE0D3FC251610ED@in.WebX.maYIadrTaRb...
> Anyone??
>
> Still struggling trying to find access to this..... part files are easy
>
> Set oWorkPlanes =
> ThisApplication.ActiveDocument.ComponentDefinition.WorkPlanes
>
> but assembly files ??? Any help appreciated.
>
> --
> Kent Keller
> Member of the Autodesk Discussion Forum Moderator Program
>
>
> "Kent Keller" wrote in message
> news:E4F991D968B182495B958ADAC8A0F519@in.WebX.maYIadrTaRb...
> > I am having trouble seeing how to access the origin workfeatures in a
> > assembly file.
>
>
0 Likes
Message 4 of 6

Anonymous
Not applicable
Thanks once again Neil......Boy that is surprising, and unfortunate.
8^( Well at least I can quit wasting time trying to find them 8^)

--
Kent Keller
Member of the Autodesk Discussion Forum Moderator Program


"Neil Munro" wrote in message
news:8E55D706F59F48930F65DADD95D0CC77@in.WebX.maYIadrTaRb...
> Haven't been exposed yet. Maybe next release?
>
> Neil
0 Likes
Message 5 of 6

Anonymous
Not applicable
possible workaround: the first part is always placed in assembly origin with
same axes/planes. If you can be shure that the part is not moved yet, use
the part workplanes instead. (depends on your problem...)

"Kent Keller" schrieb im Newsbeitrag
news:69470ECF797CF1DA66419DEB5B73278B@in.WebX.maYIadrTaRb...
> Thanks once again Neil......Boy that is surprising, and unfortunate.
> 8^( Well at least I can quit wasting time trying to find them 8^)
>
> --
> Kent Keller
> Member of the Autodesk Discussion Forum Moderator Program
>
>
> "Neil Munro" wrote in message
> news:8E55D706F59F48930F65DADD95D0CC77@in.WebX.maYIadrTaRb...
> > Haven't been exposed yet. Maybe next release?
> >
> > Neil
>
>
>
0 Likes
Message 6 of 6

Anonymous
Not applicable
Thanks. That would probably work in 95% of the cases, but I would hate the thought of
having to delete the base part after a couple hundred other parts referenced it. 8^)

--
Kent
Member of the Autodesk Discussion Forum Moderator Program


"jpisarz" wrote in message
news:6376E6C4C8FD0342E8699A1AF796574F@in.WebX.maYIadrTaRb...
> possible workaround: the first part is always placed in assembly origin with
> same axes/planes. If you can be shure that the part is not moved yet, use
> the part workplanes instead. (depends on your problem...)
>
0 Likes