API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Enumerations > OdGeExtents3d::Convert2dPlane Enumeration
OdGeExtents3d::Convert2dPlane Enumeration
Syntax
C++
enum Convert2dPlane { kConvert2dPlaneXY = 0x04, kConvert2dPlaneXZ = 0x08, kConvert2dPlaneYX = 0x01, kConvert2dPlaneYZ = 0x09, kConvert2dPlaneZX = 0x02, kConvert2dPlaneZY = 0x06 };

GeExtents3d.h

Members 
Description 
kConvert2dPlaneXY = 0x04 
XY plane. 
kConvert2dPlaneXZ = 0x08 
XZ plane. 
kConvert2dPlaneYX = 0x01 
YX plane. 
kConvert2dPlaneYZ = 0x09 
YZ plane. 
kConvert2dPlaneZX = 0x02 
ZX plane. 
kConvert2dPlaneZY = 0x06 
ZY plane. 

Types of 2D planes.

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