yingbuzhe 发表于 2015-3-23 23:16:00

IntersectWith的求平面坐标

public virtual void IntersectWith(
   Entity entityPointer,
   Intersect intersectType,
   Plane projectionPlane,
   Point3dCollection points,
   Int32 thisGraphicSystemMarker,
   Int32 otherGraphicSystemMarker
);
我要使用这个函数,其中的Plane projectionPlane应该是设置成投影面,我现在要求的是在三维上不相交的两个实体,如何求出它们在平面上的交点坐标?这个Plane projectionPlane该如何设置?

newbuser 发表于 2015-3-24 10:33:00

先帮你顶一下,你是不是想做生成断面的程序?期待有高手来帮忙。

yingbuzhe 发表于 2015-3-24 17:07:00

不是的   我是想做一个自动裁剪功能的 现在没办法读到交点坐标呀 三维的可以 可是我要求平面交点坐标
页: [1]
查看完整版本: IntersectWith的求平面坐标