Method | Description | |
---|---|---|
AddRootComponent ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly ) : void |
Meta-Link feature: If there's no components in an assembly still need to add one empty root component
|
|
CADContainer ( string configid ) : System | ||
CollectDirectories ( string projectDir, string outputDir ) : void | ||
GetJointIDFromGMEID ( string gmeID ) : string | ||
GetLocalCadFolders ( ) : List |
||
GetRemoteCadFolders ( ) : List |
||
InjectMetaLinkData ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly, MetaLinkData data ) : void |
Injects Meta-Link related data into a pre-existing structure
|
|
IsAnalyzable ( ) : bool | ||
MergeAssemblies ( ) : void | ||
ToCADXMLOutput ( TestBenchModel tb, bool metalink = false ) : CAD.AssembliesType | ||
ToGraphviz ( bool directed = false ) : string | ||
ToString ( ) : string |
public AddRootComponent ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly ) : void | ||
assembly | ISIS.GME.Dsml.CyPhyML.Interfaces | |
return | void |
public CADContainer ( string configid ) : System | ||
configid | string | |
return | System |
public CollectDirectories ( string projectDir, string outputDir ) : void | ||
projectDir | string | |
outputDir | string | |
return | void |
public GetJointIDFromGMEID ( string gmeID ) : string | ||
gmeID | string | |
return | string |
public InjectMetaLinkData ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly, MetaLinkData data ) : void | ||
assembly | ISIS.GME.Dsml.CyPhyML.Interfaces | |
data | MetaLinkData | |
return | void |
public ToCADXMLOutput ( TestBenchModel tb, bool metalink = false ) : CAD.AssembliesType | ||
tb | TestBenchModel | |
metalink | bool | |
return | CAD.AssembliesType |
public ToGraphviz ( bool directed = false ) : string | ||
directed | bool | |
return | string |