Open Python Script Editor. From the Extra menu, select the Script Editor item.

Load the Python Script “ContactBetweenObjects_RevC(4_0).py” browsing the folder on which the file has been saved.

Here below how to set the stand alone script options.

TAG_SEGMENTS: Define the TAG name to which the source objects belong to.

NOTE: the TAG name is case sensitive

REFINE_CONTACTS: If True, the refine contacts step is executed. Otherwise, only the bounding boxes are used to find the objects connections.

SAVE_CSV: Sets it True to save the connections information (Parent ID, Children Ids, Children volumes) to a CSV file.

PATH_CSV: Sets a local folder where the CSV file is saved.

Be sure the folder exist in your hard disk.

NOTE: Uses a single ‘/’ or a double ‘\\’ slash as folder separators

CSV_EXT: Sets the CSV file extension (TXT or CSV).