Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

enovia dmu navigator

Status
Not open for further replies.

JeniaL

Mechanical
Jun 3, 2014
547
IL
how can i connect to enovia dmu navigaytor v5?
CATIA.ActiveDocument doesn't work in this case. any materials on that?
 
Replies continue below

Recommended for you

connect to enovia dmu nav...

can you explain?

Eric N.
indocti discant et ament meminisse periti
 
@JeniaL
From a separate VB.NET application I think it would be the following:
Code:
System.Runtime.InteropServices.Marshal.GetActiveObject("DMU.application") as INFITF.Application

I'm not sure about from a VBA macro. Possibly:
Code:
GetObject(, "DMUV5.Application")

Drew Mumaw
 
When I start dmu.exe as I start cnext.exe, in VBA I access the application with

dim enoviaApp
set enoviaApp = CATIA

I can change the frame title with

enoviaApp.Caption = "This is Enovia DMU hiding behind CATIA app"

Eric N.
indocti discant et ament meminisse periti
 
thanks for the answers.
DMU.application work well for me (VBA and external)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Top