C# Класс CyPhy2CAD_CSharp.DataRep.CADContainer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddRootComponent() публичный Метод

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
Результат void

CADContainer() публичный Метод

public CADContainer ( string configid ) : System
configid string
Результат System

CollectDirectories() публичный Метод

public CollectDirectories ( string projectDir, string outputDir ) : void
projectDir string
outputDir string
Результат void

GetJointIDFromGMEID() публичный Метод

public GetJointIDFromGMEID ( string gmeID ) : string
gmeID string
Результат string

GetLocalCadFolders() публичный Метод

public GetLocalCadFolders ( ) : List
Результат List

GetRemoteCadFolders() публичный Метод

public GetRemoteCadFolders ( ) : List
Результат List

InjectMetaLinkData() публичный Метод

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
Результат void

IsAnalyzable() публичный Метод

public IsAnalyzable ( ) : bool
Результат bool

MergeAssemblies() публичный Метод

public MergeAssemblies ( ) : void
Результат void

ToCADXMLOutput() публичный Метод

public ToCADXMLOutput ( TestBenchModel tb, bool metalink = false ) : CAD.AssembliesType
tb TestBenchModel
metalink bool
Результат CAD.AssembliesType

ToGraphviz() публичный Метод

public ToGraphviz ( bool directed = false ) : string
directed bool
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string