Archicad 27 C++ API
Loading...
Searching...
No Matches
API_Box Struct Reference

Rectangular region of the model. More...

#include <APIdefs_Base.h>

Public Attributes

double xMin
 
double yMin
 
double xMax
 
double yMax
 

Detailed Description

Rectangular region of the model.

Remarks
It is a rectangle in model coordinates. Always expressed in meters, if no other instructions in the corresponding documentation. For the integer type representation refer to the API_Rect structure or to the ACAPI_View_CoordToPoint and ACAPI_View_CoordToPoint functions for the conversion algorithms.