C# 클래스 CyPhy2CAD_CSharp.CADFlatDataCreator

파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

공개 메소드들

메소드 설명
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