C# Class ChronoEngine_SwAddin.SWIntegration

Inheritance: ISwAddin
Show file Open project: projectchrono/chrono-solidworks

Public Properties

Property Type Description
defattr_chbody AttributeDef
defattr_test AttributeDef
mSWApplication SldWorks

Public Methods

Method Description
ConnectToSW ( object ThisSW, int Cookie ) : bool
DisconnectFromSW ( ) : bool

Private Methods

Method Description
ComRegister ( Type t ) : void
ComUnregister ( Type t ) : void
UISetup ( ) : void
UITeardown ( ) : void
test_event_ActiveDocChangeNotify ( ) : int
test_event_ActiveModelDocChangeNotify ( ) : int

Method Details

ConnectToSW() public method

public ConnectToSW ( object ThisSW, int Cookie ) : bool
ThisSW object
Cookie int
return bool

DisconnectFromSW() public method

public DisconnectFromSW ( ) : bool
return bool

Property Details

defattr_chbody public property

public AttributeDef defattr_chbody
return AttributeDef

defattr_test public property

public AttributeDef defattr_test
return AttributeDef

mSWApplication public property

public SldWorks mSWApplication
return SldWorks