【只争朝夕】

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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枚举的含义:

 

posted on 2018-11-15 13:28  【只争朝夕】  阅读(634)  评论(0编辑  收藏  举报