@@ -603,7 +603,7 @@ private async void entropySettingsChanged(object sender)
603603 {
604604 if ( comboBox_calcModes . SelectedIndex < 0 )
605605 {
606- comboBox_calcModes . SelectedIndex = ( int ) geoAnalysis . supported . calcModes . area ;
606+ comboBox_calcModes . SelectedIndex = ( int ) geoAnalysis . Supported . calcModes . area ;
607607 }
608608 }
609609 catch ( Exception )
@@ -612,7 +612,7 @@ private async void entropySettingsChanged(object sender)
612612 }
613613 if ( commonVars . getSimulationSettings ( ) . getValue ( EntropySettings . properties_i . oType ) < 0 )
614614 {
615- commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . supported . calcModes . area ) ;
615+ commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . Supported . calcModes . area ) ;
616616 }
617617
618618 if ( commonVars . getReplayMode ( ) == 0 )
@@ -693,7 +693,7 @@ private async void entropySettingsChanged(object sender)
693693 }
694694
695695 // Retrieve our settings.
696- checkBox_perPoly . Enabled = comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . supported . calcModes . area ;
696+ checkBox_perPoly . Enabled = comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . Supported . calcModes . area ;
697697
698698 checkBox_withinMode . Enabled = false ;
699699 checkBox_useShortestEdge . Enabled = false ;
@@ -711,7 +711,7 @@ private async void entropySettingsChanged(object sender)
711711 commonVars . getSimulationSettings ( ) . debugCalc = false ;
712712 }
713713
714- if ( comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap )
714+ if ( comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap )
715715 {
716716 if ( ( bool ) checkBox_withinMode . Checked )
717717 {
@@ -742,7 +742,7 @@ private async void entropySettingsChanged(object sender)
742742
743743 switch ( comboBox_calcModes . SelectedIndex )
744744 {
745- case ( int ) geoAnalysis . supported . calcModes . chord :
745+ case ( int ) geoAnalysis . Supported . calcModes . chord :
746746 {
747747 checkBox_aChord . Enabled = true ;
748748 checkBox_bChord . Enabled = true ;
@@ -763,9 +763,9 @@ private async void entropySettingsChanged(object sender)
763763
764764 break ;
765765 }
766- case ( int ) geoAnalysis . supported . calcModes . area :
766+ case ( int ) geoAnalysis . Supported . calcModes . area :
767767 {
768- commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . supported . calcModes . area ) ;
768+ commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . Supported . calcModes . area ) ;
769769 if ( ( bool ) checkBox_perPoly . Checked )
770770 {
771771 commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . subMode , ( int ) geoAnalysis . AreaHandler . areaCalcModes . perpoly ) ;
@@ -779,27 +779,27 @@ private async void entropySettingsChanged(object sender)
779779 label_AB . Text = "AND" ;
780780 break ;
781781 }
782- case ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap :
782+ case ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap :
783783 {
784784 comboBox_calcModes . SelectedIndexChanged -= entropySettingsChanged ;
785785 checkBox_withinMode . Enabled = true ;
786- commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap ) ;
786+ commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap ) ;
787787 string t ;
788788 if ( ( bool ) checkBox_withinMode . Checked )
789789 {
790790 checkBox_useShortestEdge . Enabled = false ;
791- commonVars . calcMode_names [ ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap ] = "Compute Enclosure Distribution" ;
791+ commonVars . calcMode_names [ ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap ] = "Compute Enclosure Distribution" ;
792792 label_AB . Text = "Min Enclosure To" ;
793793 t = "enclosure" ;
794794 }
795795 else
796796 {
797797 checkBox_useShortestEdge . Enabled = true ;
798- commonVars . calcMode_names [ ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap ] = "Compute Spacing Distribution" ;
798+ commonVars . calcMode_names [ ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap ] = "Compute Spacing Distribution" ;
799799 label_AB . Text = "Min Space To" ;
800800 t = "spacing" ;
801801 }
802- comboBox_calcModes . SelectedIndex = ( int ) geoAnalysis . supported . calcModes . enclosure_spacing_overlap ;
802+ comboBox_calcModes . SelectedIndex = ( int ) geoAnalysis . Supported . calcModes . enclosure_spacing_overlap ;
803803 comboBox_calcModes . SelectedIndexChanged += entropySettingsChanged ;
804804 textBox_userGuidance . Text = "The system will report the minimum " + t + " value between the shapes, as a single value per case.\r \n Note that overlap cases will report a negative value to indicate that they are opposite to the case being evaluated" ;
805805 break ;
@@ -808,13 +808,13 @@ private async void entropySettingsChanged(object sender)
808808
809809 switch ( comboBox_calcModes . SelectedIndex )
810810 {
811- case ( int ) geoAnalysis . supported . calcModes . chord :
812- commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . supported . calcModes . chord ) ;
811+ case ( int ) geoAnalysis . Supported . calcModes . chord :
812+ commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . Supported . calcModes . chord ) ;
813813 label_AB . Text = "Min Chord With" ;
814814 textBox_userGuidance . Text = "The system will report multiple chord lengths as : \" AMinTopChord,AMinBottomChord,BMinLeftChord,BMinRightChord\" .\r \n \r \n Missing chords or invalid cases for evaluation are reported as 0.0\r \n Chords not requested by the user are shown as N/A in the output file.\r \n \r \n Shape A is defined by geometric equation A; B is geometric equation B.\r \n \r \n Major axis : Orient shape A horizontally and B vertically else results will be reversed (top/bottom <> left/right)" ;
815815 break ;
816- case ( int ) geoAnalysis . supported . calcModes . angle :
817- commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . supported . calcModes . angle ) ;
816+ case ( int ) geoAnalysis . Supported . calcModes . angle :
817+ commonVars . getSimulationSettings ( ) . setValue ( EntropySettings . properties_i . oType , ( int ) geoAnalysis . Supported . calcModes . angle ) ;
818818 label_AB . Text = "Min Angle With" ;
819819 textBox_userGuidance . Text = "The minimum intersection angle will be reported, in degrees. A lack of intersection will yield a 180-degree value in the output" ;
820820 break ;
@@ -916,7 +916,7 @@ private async void entropySettingsChanged(object sender)
916916
917917 commonVars . getSimulationSettings_nonSim ( ) . setDecimal ( EntropySettings_nonSim . properties_d . externalCritCond1 , Convert . ToDecimal ( num_externalCriteria1 . Value ) ) ;
918918
919- bool multiFieldResult = comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . supported . calcModes . chord ;
919+ bool multiFieldResult = comboBox_calcModes . SelectedIndex == ( int ) geoAnalysis . Supported . calcModes . chord ;
920920
921921 comboBox_externalCriteria2 . Enabled = extCriteriaActive && multiFieldResult ;
922922 int extCrit2 = comboBox_externalCriteria2 . SelectedIndex ;
0 commit comments