Load into the table a list of wall fragments associated with a given zone.

Call:

int ires = ac_request_special("load_zonerelatedwallstolist", int iZoneGuid, int iTableDescr);


Here:

iZoneGuid - a handle to an object of type ts_guid containing the guid of the zone from which to get the list of wall fragments.

iTableDescr - object descriptor of type ts_table for getting wall fragments.

The function will create columns:


"GUID" - string type - guid of the wall to which the fragment belongs;

"roomEdge" - integer type - the number of the vertex of the zone polygon, to which the wall fragment is attached;

"tBeg" - floating-point type - the starting position of the wall fragment, counting from the wall's start point.

"tEnd" - floating point type - the end position of the wall fragment, counting from the start point of the wall.