AutoCAD mechanical objects in VBA object model.

AutoCAD mechanical objects in VBA object model.

Anonymous
Not applicable
213 Views
3 Replies
Message 1 of 4

AutoCAD mechanical objects in VBA object model.

Anonymous
Not applicable
Hi

I need to create a program that interfaces the partslist object created by
AutoCAD mechanical but i cant find this object in the VBA object model.
Does anyone have some information regarding this ?

Thanks

Hugo Gregersen
0 Likes
214 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hi Hugo

Wouldn't this be good! There seems to be little access to partlist info. I
have managed to dive in and extract partlist information using lisp, but as
for creating or changing the information you would have to know more about
the data structure. If you find any published documentation let me know!

Alan

Hugo Gregersen wrote in message
news:7tk6ce$nfd7@adesknews2.autodesk.com...
> Hi
>
> I need to create a program that interfaces the partslist object created by
> AutoCAD mechanical but i cant find this object in the VBA object model.
> Does anyone have some information regarding this ?
>
> Thanks
>
> Hugo Gregersen
>
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
Mechanical only has a VBA interface in MDT 4.0.

However i don't know if you can access the partslist from there.

I think you need to reference both the AutoCAD TLB and the MDT TLB, to
use the MDT objects in 4.0.

I haven't really had time to look into this, so this is the best
answer that i can give you

Regards

Lars Gaarde

On Fri, 8 Oct 1999 09:26:18 +0100, "Hugo Gregersen"
wrote:

>Hi
>
>I need to create a program that interfaces the partslist object created by
>AutoCAD mechanical but i cant find this object in the VBA object model.
>Does anyone have some information regarding this ?
>
>Thanks
>
>Hugo Gregersen
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
Hugo

I presume Mechanical has the same help file as MDT. Have you looked at the
help file from Mechanical at the bottom the Mechanical Desktop ActiveX
Automation section? I don't know if any of this applies to Mechanical or
not.

--
Kent Keller
Strobe Data Inc.
www.strobedata.com
Hugo Gregersen wrote in message
news:7tk6ce$nfd7@adesknews2.autodesk.com...
> Hi
>
> I need to create a program that interfaces the partslist object created by
> AutoCAD mechanical but i cant find this object in the VBA object model.
> Does anyone have some information regarding this ?
>
> Thanks
>
> Hugo Gregersen
>
>
0 Likes