[GME-commit] GMESRC/GME/Gme GMEOLEIt.cpp,1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 12 02:29:27 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv21624

Modified Files:
	GMEOLEIt.cpp 
Log Message:
Better help message (I hope).


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GMEOLEIt.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEOLEIt.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GMEOLEIt.cpp	15 Apr 2005 18:40:22 -0000	1.1
--- GMEOLEIt.cpp	12 May 2005 01:29:25 -0000	1.2
***************
*** 2166,2172 ****
  	static const char * htmlhelp = 
  							"Scripting HELP<br>\
! 							You have some predefined variables in this environment: gme, project.<br>\
! 							<b>gme</b> is implementing the IGMEOLEApp interface. i.e.: gme.OpenProject('MGA=c:\1st.mga') <br>\
! 							<b>project</b> is implementing the IMgaProject interface. i.e.: myrootfolder = project.RootFolder<br>";
  
  	if( CMainFrame::theInstance != NULL )
--- 2166,2176 ----
  	static const char * htmlhelp = 
  							"Scripting HELP<br>\
! 							Predefined variables available in this scripting environment: &quot;gme&quot;, &quot;project&quot; and &quot;it&quot;.<br>\
! 							<b>gme</b> implements the IGMEOLEApp interface. i.e.: gme.OpenProject('MGA=c:&#92;myproj.mga') <br>\
! 							<b>project</b> implements the IMgaProject interface. i.e.: myrootfolder = project.RootFolder<br>\
! 							<b>it</b> implements the IGMEOLEIt interface and represents the currently opened model window.<br>\
! 							It can be used for speeding up repetitive tasks, like creating several fcos:<br>\
! 							e.g.(in Python): for i in range(0,5): it.Create('CompoundParts', 'NewlyCreatedCompound' + str(i)).<br>\
! 							The methods of 'it' can be used either inside, or outside GME transactions.";
  
  	if( CMainFrame::theInstance != NULL )



More information about the GME-commit mailing list