每天一个AutoCAD方法学习--计算两个几何对象之间的交点IntersectWith【20230903】
IntersectWith
方法是AutoCAD中的一个方法,用于计算两个几何对象之间的交点。以下是 IntersectWith
方法的各个参数的用法解释:
public void IntersectWith(
Entity ent,
Intersect intersectType,
Point3dCollection points,
IntPtr thisGsMarker,
IntPtr otherGsMarker
)
-
ent
:要计算交点的另一个实体。它可以是几何对象的任何派生类&