Skip to content

ACadSharp.IO.ICadReader

Albert Domenech edited this page Jul 18, 2024 · 3 revisions

ICadReader Class

Common interface for the different Cad readers.

Definition

Namespace: ACadSharp.IO

C#

public interface ICadReader

Methods

Returns Name Summary
CadDocument Read Read the cad document.
CadHeader ReadHeader Read the Cad header section of the file.
Clone this wiki locally