Show / Hide Table of Contents

Class CadImporter

Inheritance
System.Object
CadImporter
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.CAD
Assembly: Experior.Core.dll
Syntax
public class CadImporter : IDisposable

Constructors

CadImporter()

Declaration
public CadImporter()

Methods

Dispose()

Declaration
public void Dispose()

Read(String)

Declaration
public IEnumerable<ICadLayer> Read(string file)
Parameters
Type Name Description
System.String file
Returns
Type Description
System.Collections.Generic.IEnumerable<ICadLayer>

Read(String, IProgress<ProgressMessage>)

Declaration
public IEnumerable<ICadLayer> Read(string file, IProgress<ProgressMessage> progress)
Parameters
Type Name Description
System.String file
System.IProgress<ProgressMessage> progress
Returns
Type Description
System.Collections.Generic.IEnumerable<ICadLayer>

Implements

System.IDisposable
Back to top Generated by DocFX