#pragma once #include "DbBlockAction.h" /** \details Block action flipping selection set against the OdDbBlockFlipParameter line */ class DYNBLOCKS_EXPORT OdDbBlockFlipAction : public OdDbBlockAction { public: ODDB_EVAL_DECLARE_MEMBERS(OdDbBlockFlipAction); /** \details Default constructor */ OdDbBlockFlipAction(); }; typedef OdSmartPtr OdDbBlockFlipActionPtr;