C# Class IGESExporter.csproj.SolidWorksMacro

Show file Open project: safwanc/sldworks-iges-exporter

Public Properties

Property Type Description
swApp SldWorks
swSuccess bool

Public Methods

Method Description
Main ( ) : void
ShowBox ( string t ) : void

Private Methods

Method Description
InternalStartup ( ) : void
MakeFileName ( string title ) : string
PrintSaveResults ( ) : void
SolidWorksMacro_Shutdown ( object sender, EventArgs e ) : void
SolidWorksMacro_Startup ( object sender, EventArgs e ) : void

Method Details

Main() public method

public Main ( ) : void
return void

ShowBox() public method

public ShowBox ( string t ) : void
t string
return void

Property Details

swApp public property

public SldWorks swApp
return SldWorks

swSuccess public property

public bool swSuccess
return bool