DXFReader

class compas.files.DXFReader(filepath)[source]

Bases: object

Class for reading data from DXF files.

Parameters

filepath (path string | file-like object | URL string) – A path, a file-like object or a URL pointing to a file.

Methods

read

Read the contents of the file.