AutoCAD的IntersectWith方法

Entity entityPointer:与该实体相交的另一个实体

Intersect intersectType:相交的类型,为一枚举

Point3dCollection points:获取所有相交的交点

Int32 thisGraphicSystemMarker:使用该方法实体的下级实体(subentity)的图形系统标记,如果不适用就用缺省值0

Int32 otherGraphicSystemMarker:其他的下级实体的图形系统标记,如果不适用就用缺省值0

关于Intersect枚举的成员

成员名

描述

ExtendBoth

两个实体都延伸

ExtendArgument

只延伸作为参数的实体(该方法的第一个参数)

ExtendThis

只延伸原实体(调用该方法的实体)

OnBothOperands

两个实体都不延伸

原文地址:https://www.cnblogs.com/nuoyi/p/4924418.html