Class StepExchanger
public sealed class StepExchanger : IBodyExporter, IBodyImporter, IExchanger
- Inheritance
-
objectStepExchanger
- Implements
Constructors
public StepExchanger()
Properties
public string Description { get; }
- Property Value: string
public string[] Extensions { get; }
- Property Value: string[]
public StepExchanger.StepSettings Settings { get; }
- Property Value: StepExchanger.StepSettings
Methods
public bool CanExportToClipboard()
- Returns: bool
public bool CanImportFromClipboard(Clipboard clipboard)
clipboardClipboard
- Returns: bool
public bool DoExport(string fileName, IEnumerable<Body> bodies)
fileNamestringbodiesIEnumerable<Body>
- Returns: bool
public bool DoImport(string fileName, out IEnumerable<Body> bodies)
fileNamestringbodiesIEnumerable<Body>
- Returns: bool