Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
EXTMIN
Syntax
C++
OdGePoint3d EXTMIN;
Type
OdGePoint3d
Initial value
(1.E+20, 1.E+20, 1.E+20)
Read-Only
Yes (for getSysVar() and setSysVar() methods)
Saved In
Database
Versions
R12+

 

EXTMIN specifies the lower-left corner of the extents of the Model Space. 

 

Access Methods
OdDbDatabase::getSysVar() – returns the lower-left corner of the extents of the current space (Model or Paper).
 
OdDbDatabase::getEXTMIN() – returns the lower-left corner of the extents of the Model Space.
OdDbDatabase::setEXTMIN() – sets the lower-left corner of the extents of the Model Space.

 

Note: get(L"EXTMIN") works with values for current Layout and accesses database EXTMIN or PEXTMIN.

File: SysVarDefs.h 

Module: API Reference 

OdDbLayout::getEXTMIN() OdDbLayout::setEXTMIN()

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