public void EndDemo()
        {
            IsGetM2MStructure = false;
            IsGetPositionSetToGetConvexHull = false;

            flowControlerForm.SelectConfiguratoinObject(null);
            flowControlerForm.Reset();
        }
예제 #2
0
        public void EndDemo()
        {
            IsGetM2MStructure = false;
            IsGetPositionSetToGetConvexHull                  = false;
            IsGetConvexHullPositionSetInSpecificLevel        = false;
            IsGetRepresentativeHullInSpecificLevel           = false;
            IsGetLinePositionSetInSpecificLevel              = false;
            IsGetChildPositionSetInSpecificLevelOfConvexHull = false;
            IsGetRealConvexHull = false;

            flowControlerForm.SelectConfiguratoinObject(null);
            flowControlerForm.Reset();
        }
        public void EndDemo()
        {
            IsGetPositionSetOfComparedPoint = false;
            IsGetM2MStructure  = false;
            IsGetComparedPoint = false;

            m2m_NN.GetQueryPosition           -= OnGetQueryPosition;
            m2m_NN.GetQueryPart               -= OnGetQueryPart;
            m2m_NN.GetSearchPart              -= OnGetSearchPart;
            m2m_NN.SearchBoundChanged         -= OnSearchBoundChanged;
            m2m_NN.CurrentNearestPointChanged -= OnCurrentNearestPointChanged;

            flowControlerForm.SelectConfiguratoinObject(null);
            flowControlerForm.Reset();
        }