ODA Mac OS

broken image


Use an installed ODA File Converter for converting between different versions of .dwg, .dxb and .dxf.

Warning

Execution of an external application is a big security issue! Especiallywhen the path to the executable can be altered.

To avoid this problem delete the ezdxf.addons.odafc.py module.

Ts3t mac os. The ODA File Converter has to be installed by the user, the application is available for Windows XP,Windows 7 or later, Mac OS X, and Linux in 32/64-bit RPM and DEB format.

Oda Class adopts stringent security measures to protect your password from being exposed or disclosed to anyone. Only upon you forgetting the password for its Application/Website or Services, Oda Class. Step1: Download the Oda Class App from Google Play Store. Step2: Log in and find your course. Step3: Enter the classroom 10 minutes before the session. Microsoft Word Converter Kit for ODA 2.0 for Mac (3.5) Converter Kit for ODA 2.0 for Mac English: 417.69KB: 0: Microsoft Word Proofing Tools 6.0 for Mac (3.5) Proofing Tools 6.0 for Mac English: 1.89MB: 0: Microsoft Word Proofing Tools 6.0 for Mac Australian (3.5) Proofing Tools 6.0 for Mac Australian: 1.73MB: 0.

At least at Windows the GUI of the ODA File Converter pops up on every call. Fighting for happe-ness mac os.

ODA File Converter version strings, you can use any of this strings to specify a version, 'R.' and'AC..' strings will be automatically mapped to 'ACAD..' strings:

ODAFCezdxfVersion
ACAD9not supportedAC1004
ACAD10not supportedAC1006
ACAD12R12AC1009
ACAD13R13AC1012
ACAD14R14AC1014
ACAD2000R2000AC1015
ACAD2004R2004AC1018
ACAD2007R2007AC1021
ACAD2010R2010AC1024
ACAD2013R2013AC1027
ACAD2018R2018AC1032

Usage:

ezdxf.addons.odafc.exec_path

Path to installed ODA File Converter executable, default is'C:ProgramFilesODAODAFileConverterODAFileConverter.exe'.

ezdxf.addons.odafc.temp_path

Path to a temporary folder by default the system temp folder defined by environment variableTMP or TEMP.

Oda Mac Os X

ezdxf.addons.odafc.readfile(filename: str, version: str = None, audit=False) → Drawing¶

Use an installed ODA File Converter to convert a DWG/DXB/DXF fileinto a temporary DXF file and load this file by ezdxf.

Parameters:
  • filename – file to load by ODA File Converter
  • version – load file as specific DXF version, by default the same versionas the source file or if not detectable the latest by ezdxfsupported version.
  • audit – audit source file before loading
ezdxf.addons.odafc.export_dwg(doc: Drawing, filename: str, version: str = None, audit=False, replace=False) → None¶

Use an installed ODA File Converter to export a DXF document docas a DWG file.

Download

Saves a temporary DXF file and convert this DXF file into a DWG file by theODA File Converter. If version is not specified the DXF version of thesource document is used.

Mac Os Versions

Parameters:
  • docezdxf DXF document as Drawing object
  • filename – export filename of DWG file, extension will be changed to '.dwg'
  • version – export file as specific version, by default the same version asthe source document.
  • audit – audit source file by ODA File Converter at exporting
  • replace – replace existing DWG file if True

Mac Os Download

Changed in version 0.15: added replace option





broken image