AnyCAD Rapid API 2024
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