OpenFlight Script: Tip for batch processing database files without the Batch Run Script command in Creator
C
Craig
started a topic Thursday, Nov 17, 2016
Original Post by: SteveThompson Fri Dec 2 21:59:54 2011
During the OpenFlight User Group Meeting at I/ITSEC on 11/30/2011, tips and tricks were presented for using OpenFlight Script and Creator Script.
Here is a script presented that shows how to process multiple OpenFlight database files without using the Creator Pro command Batch Run Script. Note that you can use this technique to apply OpenFlight Script commands to your databases but you cannot invoke Creator Script commands in this way.
def ProcessNodeCB (db, parent, rec, userData):
# this "mgWalk" callback processes each node visited
Craig
During the OpenFlight User Group Meeting at I/ITSEC on 11/30/2011, tips and tricks were presented for using OpenFlight Script and Creator Script.
Here is a script presented that shows how to process multiple OpenFlight database files without using the Creator Pro command Batch Run Script. Note that you can use this technique to apply OpenFlight Script commands to your databases but you cannot invoke Creator Script commands in this way.
1 person has this problem