对指定位置的剖面平面或表单元格执行命中测试。
支持的平台:仅窗口
签名 - 部分
工 务 局:
object.HitTest varPtHit, pHit, pSegmentIndex, pPtOnSegment, pSubItem
Object
- 对象
-
类型:部分
此方法适用的对象。
-
varPtHit
-
访问:仅输入
类型:变体
执行命中测试的点。
-
酸碱度
-
访问:仅输出
类型:布尔
如果给定点位于剖面上,则为 True。
-
p细分索引
-
访问:仅输出
类型:整数
在接近或穿过命中点的剖面线上的段索引。
-
pPtOnSegment
-
访问:仅输出
类型:变体
剖面几何上的实际点。如果不需要此数据,则此参数可能不返回任何内容。
-
p子项
-
访问:仅输出
类型:枚举AcSectionSubItem
一个或多个值。如果不需要此数据,则此参数可能不返回任何内容。
-
acSectionSubItemBackLine
-
acSectionSubItemBackLineBottom
-
acSectionSubItemBackLineTop
-
acSectionSubItemkNone
-
acSectionSubItemSectionLine
-
acSectionSubItemSectionLineBottom
-
acSectionSubItemSectionLineTop
-
acSectionSubItemVerticalLineBottom
-
acSectionSubItemVerticalLineTop
签名 - 表
工 务 局:
RetVal = object.HitTest(wpt, wviewVec, resultRowIndex, resultColumnIndex)
- 对象
-
类型:桌子
此方法适用的对象。
-
WPT
-
访问:仅输入
Type: Variant
3D point in WCS specifying the input pick point.
-
wviewVec
-
Access: Input-only
Type: Variant
3D vector in WCS specifying the view direction for the hit test.
-
resultRowIndex
-
Access: Output-only
类型:长
所选单元格的行索引。
-
结果列索引
-
访问:仅输出
类型:长
所选单元格的列索引。
返回值 (RetVal) - 表
类型:布尔
如果命中测试位于表单元格中,则为 True。
言论
表:此函数通过指定点和查看方向来执行命中测试。返回被射线击中的单元格。
例子
工 务 局:
Not available
Visual LISP:
Not available
|