Property | Type | Description | |
---|---|---|---|
CADAnalysisFile | string | ||
CADAssemblyFile | string | ||
ProcessingInstructions | String>>.List |
Property | Type | Description | |
---|---|---|---|
ExportComponentPoints | bool |
Method | Description | |
---|---|---|
AddDataExchangeFormatToXMLOutput ( CAD assembliesRoot ) : void | ||
CollectDirectories ( ) : void | ||
GenerateCADXMLOutput ( ) : void | ||
GenerateOutputFiles ( ) : bool | ||
GenerateProcessingScripts ( List |
||
GenerateRunBat ( ) : void | ||
GenerateScriptFiles ( ) : void | ||
GetParameterValue ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string paramname ) : string | ||
GetRepresentation ( DataRep component ) : string | ||
HasErrors ( ) : bool | ||
MetricsToCADXMLOutput ( List |
||
SanitizePythonRawString ( string orig ) : string |
Returns orig without single quotes or trailing backslashes, suitable for r'string'
|
|
TestBenchBase ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System | ||
TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench ) : void |
Method | Description | |
---|---|---|
AddAnalysisToXMLOutput ( CAD assembly ) : void | ||
AddStaticAnalysisMetrics ( CAD assemblyRoot ) : void | ||
GetCADAnalysis ( CAD assembly ) : CAD.AnalysesType | ||
GetStaticAnalysis ( CAD analyses ) : CAD.StaticType |
protected AddAnalysisToXMLOutput ( CAD assembly ) : void | ||
assembly | CAD | |
return | void |
public AddDataExchangeFormatToXMLOutput ( CAD assembliesRoot ) : void | ||
assembliesRoot | CAD | |
return | void |
protected AddStaticAnalysisMetrics ( CAD assemblyRoot ) : void | ||
assemblyRoot | CAD | |
return | void |
public GenerateProcessingScripts ( List |
||
ScriptPaths | List |
|
preProcess | bool | |
return | void |
protected GetCADAnalysis ( CAD assembly ) : CAD.AnalysesType | ||
assembly | CAD | |
return | CAD.AnalysesType |
public GetParameterValue ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench, string paramname ) : string | ||
testBench | ISIS.GME.Dsml.CyPhyML.Interfaces | |
paramname | string | |
return | string |
public GetRepresentation ( DataRep component ) : string | ||
component | DataRep | |
return | string |
protected GetStaticAnalysis ( CAD analyses ) : CAD.StaticType | ||
analyses | CAD | |
return | CAD.StaticType |
public MetricsToCADXMLOutput ( List |
||
dataSet | List |
|
componentID | string | |
return | List |
public static SanitizePythonRawString ( string orig ) : string | ||
orig | string | |
return | string |
public TestBenchBase ( CyPhy2CADSettings cadSetting, string outputdir, string projectdir, bool auto = false ) : System | ||
cadSetting | CyPhy2CADSettings | |
outputdir | string | |
projectdir | string | |
auto | bool | |
return | System |
public TraverseTestBench ( ISIS.GME.Dsml.CyPhyML.Interfaces testBench ) : void | ||
testBench | ISIS.GME.Dsml.CyPhyML.Interfaces | |
return | void |