如果两实体没有交点,那返回值是什么? 帮助里提示: If the two objects do not intersect, no data is returned.
intPoints = lineObj(i).IntersectWith(splineObj(1), acExtendNone) If intPoints = ???Then 。。。。。。 ......... end if
试了一下,intpoint=vbNull vbEmpty Empty 等等,都出错。提示类型不匹配。 那应该等于什么? 难道只能用On error resume next 来处理?