Class IgesExchanger
public sealed class IgesExchanger : IBodyExporter, IBodyImporter, IExchanger
- Inheritance
-
objectIgesExchanger
- 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)
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