operateApi

操作相关API

Methods

inner captureViewPoint(funcRet)

捕捉点

Parameters:
Name Type Description
funcRet captureViewPointCallback

Type Definitions

captureViewPointCallback(returnValue)

captureViewPoint回调函数

Parameters:
Name Type Description
returnValue JSON

captureViewPoint回调函数JSON对象
格式如下
{
x: number, 捕捉点的x坐标
y: number, 捕捉点的y坐标
x: number, 捕捉点的z坐标
}