Modeller.getSessionFileReturnObjects


getSessionFileReturnObjects()

returnObjects

This is the object that LUSAS Modeller uses in the session file to list objects which have been modified in geometry creation and attribute assignment operations. You are welcome to use the same object in your scripts, or to use newObjectSet to create a new set object each time.

Argumentsnone 
Return valueIFObjectSet

Example

returnObjects will contain the points created


 line1.intersectLines(line2, returnObjects)
 
returnObjects will contain the surfaces to which the mesh assignment was made

 set mesh = db.getAttribute("Mesh", "Surface 4divs x 4 divs")
 call selection.add("All")
 set assigned = mesh.assignTo(selection, assignment)
 

Back to Modeller

Back to Overview