标题: 【求助】点到平面的距离的疑惑 [打印本页] 作者: tari 时间: 2004-9-13 14:18 标题: 【求助】点到平面的距离的疑惑 用一个基准平面分割实体,使用函数UF_MODL_ask_bounding_box_aligned()得到min_corner,请问min_corner是不是一定在基准平面上?(csys是根据基准面的法向生成的)
恳请指点!作者: CATIA_Boy 时间: 2004-9-13 14:21
这是一个到线的距离,你参考一下
//
// Computation of the coordinates of the point projected onto the line
//
// X1,Y1 coordinates of the first limit point of the input line
// X2,Y2 coordinates of the second limit point of the input line
// X3,Y3 coordinates of the input point
// X4,Y4 coordinates of the projected point onto the line