Skip to content

设置坐标轴部件窗口位置

js
CloudApi.SuperAPI("SetAxisSceneWinLocation",params);

功能描述

设置坐标轴部件窗口位置

参数

js
const params = {
  "x": "1000",   //x y 单位像素
  "y": "1000"
}