C# 클래스 CyPhy2CAD_CSharp.DataRep.CADAssembly

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

공개 메소드들

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

비공개 메소드들

메소드 설명
MakeRootConstraint ( string location, string componentDispID, string assemblyID, bool rootIsAsmType, CyPhy2CAD_CSharp.DataRep.Datum datum ) : CAD.PairType

메소드 상세

CADAssembly() 공개 메소드

public CADAssembly ( ) : System
리턴 System

CADAssembly() 공개 메소드

public CADAssembly ( string id, string name ) : System
id string
name string
리턴 System

CollectDirectories() 공개 메소드

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

RegularComponent() 공개 메소드

public RegularComponent ( string id ) : bool
id string
리턴 bool

Size2Fit() 공개 메소드

public Size2Fit ( string id ) : bool
id string
리턴 bool

ToCADXMLOutput() 공개 메소드

public ToCADXMLOutput ( TestBenchModel tb ) : CAD.AssemblyType
tb TestBenchModel
리턴 CAD.AssemblyType

ToGraphViz() 공개 메소드

public ToGraphViz ( bool directed = false ) : string
directed bool
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string