// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _gp_TrsfForm_HeaderFile #define _gp_TrsfForm_HeaderFile //! Identifies the type of a geometric transformation.
enum gp_TrsfForm { gp_Identity, gp_Rotation, gp_Translation, gp_PntMirror, gp_Ax1Mirror, gp_Ax2Mirror, gp_Scale, gp_CompoundTrsf, gp_Other }; #ifndef _Standard_PrimitiveTypes_HeaderFile #include #endif #endif