API Reference > Auxiliary Classes > AECDefs Namespace > AECDefs::Cell3dPlane Enumeration
AECDefs::Cell3dPlane Enumeration
Syntax
C++
enum Cell3dPlane { ecpXYPlane = 0, ecpXZPlane = 1, ecpYZPlane = 2, ecpNone = 3 };

AECBaseDefs.h

Members 
Description 
ecpNone = 3 
this value is reported for AECLayoutGrid2dCell classes 

Defines the plane to align the cells.

Defines the plane, to which the cell of the 3d Grid belongs to. The AECLayoutGrid2dCell and AECLayoutGrid3dCell returns their alignment plane using this type. The AECLayoutGrid2dCell always returns AECDefs::ecpNone. 

The AECLayoutGrid2dCell class provides only the functionality to query the plane type value. It is possible to set the layout plane only for the AECLayoutGrid3dCell objects, which can store this option in BIN/DXF file. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.