We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdeff86 commit 4b19bc5Copy full SHA for 4b19bc5
1 file changed
webapp/constants.js
@@ -683,3 +683,16 @@ export const LAUNCH_MODAL = {
683
defaultResource: 'Local Machine',
684
errorText: 'Please check the input',
685
};
686
+
687
+export const geometryClasses = [
688
+ 'DistributedBoundary',
689
+ 'FractionalVolume',
690
+ 'FixedCrossSection',
691
+ 'ScalableBorder',
692
+ 'Shell',
693
+];
694
695
+export const geometryStrings = [
696
+ 'inside',
697
+ 'membrane',
698
0 commit comments