C# Class CyPhy2CAD_CSharp.DataRep.CADContainer

Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

AddRootComponent() public méthode

Meta-Link feature: If there's no components in an assembly still need to add one empty root component
public AddRootComponent ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly ) : void
assembly ISIS.GME.Dsml.CyPhyML.Interfaces
Résultat void

CADContainer() public méthode

public CADContainer ( string configid ) : System
configid string
Résultat System

CollectDirectories() public méthode

public CollectDirectories ( string projectDir, string outputDir ) : void
projectDir string
outputDir string
Résultat void

GetJointIDFromGMEID() public méthode

public GetJointIDFromGMEID ( string gmeID ) : string
gmeID string
Résultat string

GetLocalCadFolders() public méthode

public GetLocalCadFolders ( ) : List
Résultat List

GetRemoteCadFolders() public méthode

public GetRemoteCadFolders ( ) : List
Résultat List

InjectMetaLinkData() public méthode

Injects Meta-Link related data into a pre-existing structure
public InjectMetaLinkData ( ISIS.GME.Dsml.CyPhyML.Interfaces assembly, MetaLinkData data ) : void
assembly ISIS.GME.Dsml.CyPhyML.Interfaces
data MetaLinkData
Résultat void

IsAnalyzable() public méthode

public IsAnalyzable ( ) : bool
Résultat bool

MergeAssemblies() public méthode

public MergeAssemblies ( ) : void
Résultat void

ToCADXMLOutput() public méthode

public ToCADXMLOutput ( TestBenchModel tb, bool metalink = false ) : CAD.AssembliesType
tb TestBenchModel
metalink bool
Résultat CAD.AssembliesType

ToGraphviz() public méthode

public ToGraphviz ( bool directed = false ) : string
directed bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string