C# Класс CyPhy2CAD_CSharp.CADFlatDataCreator

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

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

Метод Описание
CADFlatDataCreator ( string outputdir, string projectDirectory, bool metalink = false ) : System
CreateCADDataContainer ( string configID, string assemblyName ) : CADContainer
CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm ) : void
CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string catlsut ) : void
FindComponents ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm, List regular, List size2fit ) : void

Приватные методы

Метод Описание
CheckAssembly ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm ) : void
CheckComponent ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphycomp ) : bool
CreateEdge ( DataRep aparent, DataRep a, DataRep bparent, DataRep b, bool size2fit = false ) : bool
CreateEdges ( DataRep component, ISIS.GME.Dsml.CyPhyML.Interfaces topassembly, bool size2fit = false ) : void
PrintAssembly ( ) : void
PrintAssembly_Graphviz ( bool directed = false ) : void
ProcessComponents ( List regular, List size2fitcomponents, ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm ) : void

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

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

public CADFlatDataCreator ( string outputdir, string projectDirectory, bool metalink = false ) : System
outputdir string
projectDirectory string
metalink bool
Результат System

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

public CreateCADDataContainer ( string configID, string assemblyName ) : CADContainer
configID string
assemblyName string
Результат CyPhy2CAD_CSharp.DataRep.CADContainer

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

public CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm ) : void
cyphyasm ISIS.GME.Dsml.CyPhyML.Interfaces
Результат void

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

public CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string catlsut ) : void
testBench ISIS.GME.Dsml.CyPhyML.Interfaces
catlsut string
Результат void

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

public FindComponents ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm, List regular, List size2fit ) : void
cyphyasm ISIS.GME.Dsml.CyPhyML.Interfaces
regular List
size2fit List
Результат void