Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::initialize Method
Syntax
C++
void initialize(OdDb::MeasurementValue measurement = OdDb::kEnglish);

Adds the default set of objects and settings to this database object.

Parameters
Description
measurement
[in] Units of measurement.

This includes the ModelSpace and PaperSpace blocks, default table entries, system variable settings, etc. 

Measurement must be one the following: 

 

Name
Value
OdDb::kEnglish
0
OdDb::kMetric
1

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.