Table of Contents

Class IgesExchanger

Namespace
Macad.Exchange
Assembly
Macad.Exchange.dll
public sealed class IgesExchanger : IBodyExporter, IBodyImporter, IExchanger
Inheritance
object
IgesExchanger
Implements

Constructors

public IgesExchanger()

Properties

public string Description { get; }
Property Value: string

public string[] Extensions { get; }
Property Value: string[]

public IgesExchanger.IgesSettings Settings { get; }
Property Value: IgesExchanger.IgesSettings

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