| Parameters: regionID bigint ID of the region convexID bigint ID of the convex of the relevant HalfSpace convexString varchar(8000) added to the convex Output is an array of the arcs of the spherical polygon defined by the convex: regionid bigint convexid bigint patch int ID of the patch state int 1:hole, 2:root, 3: bounding circle draw int 1:draw, 0:hide ra1, dec1,ra2,dec2 float equatorial coords of the two endpoints of the arc x,y,z,c the equation of the halfplane of the arcs length the length of the arc in arcmins select * from dbo.fRegionConvexToArcs(1457,0,'') |