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