Method | Description | |
---|---|---|
CADFlatDataCreator ( string outputdir, string projectDirectory, bool metalink = false ) : System | ||
CreateCADDataContainer ( string configID, string assemblyName ) : |
||
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 |
Method | Description | |
---|---|---|
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 |
public CADFlatDataCreator ( string outputdir, string projectDirectory, bool metalink = false ) : System | ||
outputdir | string | |
projectDirectory | string | |
metalink | bool | |
return | System |
public CreateCADDataContainer ( string configID, string assemblyName ) : |
||
configID | string | |
assemblyName | string | |
return |
public CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm ) : void | ||
cyphyasm | ISIS.GME.Dsml.CyPhyML.Interfaces | |
return | void |
public CreateFlatData ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string catlsut ) : void | ||
testBench | ISIS.GME.Dsml.CyPhyML.Interfaces | |
catlsut | string | |
return | void |
public FindComponents ( ISIS.GME.Dsml.CyPhyML.Interfaces cyphyasm, List |
||
cyphyasm | ISIS.GME.Dsml.CyPhyML.Interfaces | |
regular | List |
|
size2fit | List |
|
return | void |