C# Class CyPhyMetaLink.CyPhyMetalinkInterpreter

Inheritance: IMgaComponentEx, IGMEVersionInfo
Afficher le fichier Open project: metamorph-inc/meta-core

Protected Properties

Свойство Type Description
interactiveMode bool

Méthodes publiques

Méthode Description
ConnectToMetaLinkBridge ( MgaProject project, int param ) : bool
Enable ( bool newval ) : void
GetJavaInstallationPath ( ) : string
Initialize ( MgaProject project ) : void

This function is called for each interpreter invocation before Main. Don't perform MGA operations here unless you open a tansaction.

Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void
InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void
ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void
StartAssemblySync ( MgaProject project, MgaFCO currentobj, int param ) : void
get_ComponentParameter ( string Name ) : object
set_ComponentParameter ( string Name, object pVal ) : void

Private Methods

Méthode Description
Convert ( int param ) : ComponentStartMode
FindTopLevelAssembly ( ISIS.GME.Common componentasm ) : ISIS.GME.Dsml.CyPhyML.Interfaces.ComponentAssembly
GMERegister ( Type t ) : void
GMEUnRegister ( Type t ) : void
GetPropagateAddon ( MgaProject project ) : CyPhyMetaLink.CyPhyMetaLinkAddon
LinkComponent ( ISIS.GME.Dsml.CyPhyML.Interfaces component, MgaFCO selectedCADModel ) : void
Main ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, ComponentStartMode startMode ) : void
Run ( MgaProject project, MgaFCO currentobj, int param ) : ISIS.GME.Dsml.CyPhyML.Interfaces.ComponentAssembly
SendMessage ( IntPtr hWnd, int wMsg, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

ConnectToMetaLinkBridge() public méthode

public ConnectToMetaLinkBridge ( MgaProject project, int param ) : bool
project MgaProject
param int
Résultat bool

Enable() public méthode

public Enable ( bool newval ) : void
newval bool
Résultat void

GetJavaInstallationPath() public static méthode

public static GetJavaInstallationPath ( ) : string
Résultat string

Initialize() public méthode

This function is called for each interpreter invocation before Main. Don't perform MGA operations here unless you open a tansaction.
public Initialize ( MgaProject project ) : void
project MgaProject The handle of the project opened in GME, for which the interpreter was called.
Résultat void

Invoke() public méthode

public Invoke ( MgaProject Project, MgaFCOs selectedobjs, int param ) : void
Project MgaProject
selectedobjs MgaFCOs
param int
Résultat void

InvokeEx() public méthode

public InvokeEx ( MgaProject project, MgaFCO currentobj, MgaFCOs selectedobjs, int param ) : void
project MgaProject
currentobj MgaFCO
selectedobjs MgaFCOs
param int
Résultat void

ObjectsInvokeEx() public méthode

public ObjectsInvokeEx ( MgaProject Project, MgaObject currentobj, MgaObjects selectedobjs, int param ) : void
Project MgaProject
currentobj MgaObject
selectedobjs MgaObjects
param int
Résultat void

StartAssemblySync() public méthode

public StartAssemblySync ( MgaProject project, MgaFCO currentobj, int param ) : void
project MgaProject
currentobj MgaFCO
param int
Résultat void

get_ComponentParameter() public méthode

public get_ComponentParameter ( string Name ) : object
Name string
Résultat object

set_ComponentParameter() public méthode

public set_ComponentParameter ( string Name, object pVal ) : void
Name string
pVal object
Résultat void

Property Details

interactiveMode protected_oe property

protected bool interactiveMode
Résultat bool