C# Class CyPhy2CAD_CSharp.DataRep.CADAssembly

Inheritance: CADData
Datei anzeigen Open project: metamorph-inc/meta-core Class Usage Examples

Public Methods

Method Description
CADAssembly ( ) : System
CADAssembly ( string id, string name ) : System
CollectDirectories ( CadManifestObject>.Dictionary CADManifestList, string projectDir, string outputDir ) : void
RegularComponent ( string id ) : bool
Size2Fit ( string id ) : bool
ToCADXMLOutput ( TestBenchModel tb ) : CAD.AssemblyType
ToGraphViz ( bool directed = false ) : string
ToString ( ) : string

Private Methods

Method Description
MakeRootConstraint ( string location, string componentDispID, string assemblyID, bool rootIsAsmType, CyPhy2CAD_CSharp.DataRep.Datum datum ) : CAD.PairType

Method Details

CADAssembly() public method

public CADAssembly ( ) : System
return System

CADAssembly() public method

public CADAssembly ( string id, string name ) : System
id string
name string
return System

CollectDirectories() public method

public CollectDirectories ( CadManifestObject>.Dictionary CADManifestList, string projectDir, string outputDir ) : void
CADManifestList CadManifestObject>.Dictionary
projectDir string
outputDir string
return void

RegularComponent() public method

public RegularComponent ( string id ) : bool
id string
return bool

Size2Fit() public method

public Size2Fit ( string id ) : bool
id string
return bool

ToCADXMLOutput() public method

public ToCADXMLOutput ( TestBenchModel tb ) : CAD.AssemblyType
tb TestBenchModel
return CAD.AssemblyType

ToGraphViz() public method

public ToGraphViz ( bool directed = false ) : string
directed bool
return string

ToString() public method

public ToString ( ) : string
return string