AnyCAD Rapid API 2025
Help you to create a better world!
全部  命名空间 函数 变量 属性 事件  
CollisionDetector类 参考

静态 Public 成员函数

static EnumCollisionState FacePoint (TopoShape face, GPnt point, double tol)
 
static EnumCollisionState SolidPoint (TopoShape shape, GPnt point, double tol)
 

详细描述

<>
点与面、体的碰撞检查.

成员函数说明

◆ FacePoint()

static EnumCollisionState CollisionDetector.FacePoint ( TopoShape face,
GPnt point,
double tol )
static

判断点和面的关系.

参数
facethe face.
pointthe point.
tolthe tolerance
返回
the state by EnumShapeState

◆ SolidPoint()

static EnumCollisionState CollisionDetector.SolidPoint ( TopoShape shape,
GPnt point,
double tol )
static

判断点和体的关系.

参数
shapethe solid.
pointthe point.
tolthe tolerance
返回
the state by EnumShapeState