Table of Contents

Class StepExchanger

Namespace
Macad.Exchange
Assembly
Macad.Exchange.dll
public sealed class StepExchanger : IBodyExporter, IBodyImporter, IExchanger
Inheritance
object
StepExchanger
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)
clipboard Clipboard
Returns: bool

public bool DoExport(string fileName, IEnumerable<Body> bodies)
fileName string
bodies IEnumerable<Body>
Returns: bool

public bool DoImport(string fileName, out IEnumerable<Body> bodies)
fileName string
bodies IEnumerable<Body>
Returns: bool