SignatureVBA:RetVal = object.IntersectWith(IntersectObject, ExtendOption)objectType: All drawing objects (except PViewport and PolygonMesh), AttributeReferenceThe objects this method applies to.IntersectObjectAccess: Input-onlyType: ObjectThe object can be one of the supported drawing objects or an AttributeReference.ExtendOptionAccess: Input-onlyType: AcExtendOption enumThis option specifies if none, one or both, of the objects are to be extended in order to attempt an intersection.
acExtendNone: Does not extend either object.
acExtendThisEntity: Extends the base object.
acExtendOtherEntity: Extends the object passed as an argument.
acExtendBoth: Extends both objects.
Return Value (RetVal)Type: Variant (array of doubles)The array of points where one object intersects another object in the drawing.==============================以上是官方帮助文件给的内容,没有交点即无返回值。帮助文件还给了一个例子