C# Class CyPhy2CAD_CSharp.DataRep.CADAssembly

Inheritance: CADData
Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

CADAssembly() public méthode

public CADAssembly ( ) : System
Résultat System

CADAssembly() public méthode

public CADAssembly ( string id, string name ) : System
id string
name string
Résultat System

CollectDirectories() public méthode

public CollectDirectories ( CadManifestObject>.Dictionary CADManifestList, string projectDir, string outputDir ) : void
CADManifestList CadManifestObject>.Dictionary
projectDir string
outputDir string
Résultat void

RegularComponent() public méthode

public RegularComponent ( string id ) : bool
id string
Résultat bool

Size2Fit() public méthode

public Size2Fit ( string id ) : bool
id string
Résultat bool

ToCADXMLOutput() public méthode

public ToCADXMLOutput ( TestBenchModel tb ) : CAD.AssemblyType
tb TestBenchModel
Résultat CAD.AssemblyType

ToGraphViz() public méthode

public ToGraphViz ( bool directed = false ) : string
directed bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string