| Return a normalized string description of the named convex (from the HalfSpace table). |
| The surviving region contains the intersections of each pair of convexes in the two regions. Parameters: returns string in the form (X Y Z C)* Returns zero-length string if there is a problem (no such convex or cannot fit in 8KB string. select dbo.fRegionConvexIdToString(0,0) see also fRegionFromString, fConvexFromString and fRegionIdToString |
| name | type | length | inout | pnum |
| @regionID | bigint | 8 | input | 1 |
| @convexID | bigint | 8 | input | 2 |
| varchar | 8000 | output | 0 |