C# 클래스 ChronoEngine_SwAddin.SWIntegration

상속: ISwAddin
파일 보기 프로젝트 열기: projectchrono/chrono-solidworks

공개 프로퍼티들

프로퍼티 타입 설명
defattr_chbody AttributeDef
defattr_test AttributeDef
mSWApplication SldWorks

공개 메소드들

메소드 설명
ConnectToSW ( object ThisSW, int Cookie ) : bool
DisconnectFromSW ( ) : bool

비공개 메소드들

메소드 설명
ComRegister ( Type t ) : void
ComUnregister ( Type t ) : void
UISetup ( ) : void
UITeardown ( ) : void
test_event_ActiveDocChangeNotify ( ) : int
test_event_ActiveModelDocChangeNotify ( ) : int

메소드 상세

ConnectToSW() 공개 메소드

public ConnectToSW ( object ThisSW, int Cookie ) : bool
ThisSW object
Cookie int
리턴 bool

DisconnectFromSW() 공개 메소드

public DisconnectFromSW ( ) : bool
리턴 bool

프로퍼티 상세

defattr_chbody 공개적으로 프로퍼티

public AttributeDef defattr_chbody
리턴 AttributeDef

defattr_test 공개적으로 프로퍼티

public AttributeDef defattr_test
리턴 AttributeDef

mSWApplication 공개적으로 프로퍼티

public SldWorks mSWApplication
리턴 SldWorks