- 积分
- 505
- 明经币
- 个
- 注册时间
- 2010-6-18
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
public virtual void IntersectWith(
Entity entityPointer,
Intersect intersectType,
Plane projectionPlane,
Point3dCollection points,
Int32 thisGraphicSystemMarker,
Int32 otherGraphicSystemMarker
);
我要使用这个函数,其中的Plane projectionPlane应该是设置成投影面,我现在要求的是在三维上不相交的两个实体,如何求出它们在平面上的交点坐标?这个Plane projectionPlane该如何设置? |
|