Modified version of Max's Scripts menu

 From:  Larry Fahnoe (FAHNOE)
10353.21 In reply to 10353.20 
Hi SUIYAN,

I'm not sure that I am following what you mean about a delimiter. Perhaps you are misunderstanding that in javascript, statements can be continued over multiple lines? (the purpose is to make the code more easily read and understood)

Also, I noticed that you deleted a couple of the commands from the list (Flip and IncrementalSave) so I put them back in. See the attached file.

The lines beginning with - are the original lines, those with + are the modified lines.
code:
% diff -u ../Extras.htm Extras-SUIYAN.htm 
--- ../Extras.htm	2022-08-20 12:34:03
+++ Extras-SUIYAN.htm	2024-06-22 09:43:07
@@ -19,8 +19,8 @@
           */
 
 	 var additional = [ 'ArrayGem', 'BoundingBox', 'BoundingBoxCenter',
-                            'ExplodeMove', 'Flip', 'IncrementalSave', 'Make2D',
-                            'Merge', 'Rebuild', 'RemoveDuplicates',
+                            'ExplodeMove', '管道', 'Flip', 'IncrementalSave',
+                            'Make2D', 'Merge', 'Rebuild', 'RemoveDuplicates',
                             'ShrinkTrimmedSrf', 'ViewProject' ];
 	 var maxlines = 40;
 


--Larry
Attachments: