Opening model explorer

Technical discussions
Post Reply
Ibi
Posts: 19
Joined: Mon Jul 29, 2013 12:44 am

Opening model explorer

Post by Ibi »

Hi
I get this message when I call the Model Explorer (this is version 5.1).
Kind regards
ibi
Attachments
image001.png
image001.png (20.96 KiB) Viewed 15240 times

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Opening model explorer

Post by nickz »

Hi Ibi
Sorry about that

I do not see it happening. May be you have a modification of the explorer which needs to be recompiled? Are you queering IDIObjeGenerator from its code? If yes what is the query sequence?

Are you creating a new object via the Model Explorer or just launching? Is it the normal way from the context menu or via
IGlobalAPI_KC.LaunchExplorer()? This one also works in C# MiniCAD here.

Kind regards
Nick

Ibi
Posts: 19
Joined: Mon Jul 29, 2013 12:44 am

Re: Opening model explorer

Post by Ibi »

Hi Nick
I am not using modified version of context menu module
Also
IGlobalAPI_KC.LaunchExplorer is what I am using.
Regards
Ibi

Ibi
Posts: 19
Joined: Mon Jul 29, 2013 12:44 am

Re: Opening model explorer

Post by Ibi »

Program crashes at this point,

Code: Select all

        Dim iView As IView = AxKernCADnet1.GetView()
        Dim iApi As IGlobalAPI_KC
        iApi = iView
        iApi.LaunchExplorer(m_iModel, iView)
at the last line of code.

I am not sure if this helps?
Regards
ibi

nickz
Site Admin
Posts: 236
Joined: Fri Jul 26, 2013 3:58 am

Re: Opening model explorer

Post by nickz »

Ibi,
We have fixed this in the 4679 update. It should work now
Thank you for reporting

Ibi
Posts: 19
Joined: Mon Jul 29, 2013 12:44 am

Re: Opening model explorer

Post by Ibi »

Thanks for the new version 5 it seems working

Post Reply