C# Class SpaceClaim.AddIn.Utilities.ExplodedSTEPSaveHandler

Exports all visible components' bodies in individual step files at their orientation in the assembly.
Inheritance: FileSaveHandler
Mostrar archivo Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
ExplodedSTEPSaveHandler ( ) : System
SaveFile ( string path ) : void

Private Methods

Method Description
RecurseComponents ( string namePath, IComponent component ) : void

Method Details

ExplodedSTEPSaveHandler() public method

public ExplodedSTEPSaveHandler ( ) : System
return System

SaveFile() public method

public SaveFile ( string path ) : void
path string
return void