Path.Area: added python abort() to abort lengthy operation

This commit is contained in:
Zheng, Lei
2017-02-01 02:45:13 +08:00
parent 6f862fe4a1
commit e66f4c5d6f
4 changed files with 42 additions and 5 deletions

View File

@@ -108,6 +108,8 @@ CAreaConfig::~CAreaConfig() {
TYPESYSTEM_SOURCE(Path::Area, Base::BaseClass);
bool Area::s_aborting;
Area::Area(const AreaParams *params)
:myHaveFace(false)
,myHaveSolid(false)