1. 程式人生 > >CAD求交點函式

CAD求交點函式

public void IntersectWith(

  Entity entityPointer,

  Intersect intersectType,

  Point3dCollection points,

  IntPtr thisGraphicSystemMarker,

  IntPtr otherGraphicSystemMarker);

個引數的含義如下:

Entity entityPointer:與該實體相交的另一個實體

Intersect intersectType:相交的型別,為一列舉

Point3dCollection points:獲取所有相交的交點

Int32 thisGraphicSystemMarker:使用該方法實體的下級實體(subentity)的圖形系統標記,如果不適用就用預設值0。

Int32 otherGraphicSystemMarker:其他的下級實體的圖形系統標記,如果不適用就用預設值0。

Intersect列舉的含義: