thingorigin2.0
正在准备搜索索引...
ts/THelper
THelper
类 THelper
索引
构造函数
constructor
属性
axes
box
box
List
grid
t
Scene
方法
init
Axes
init
Box
init
Grid
remove
Axes
remove
Box
remove
Grid
update
Box
构造函数
constructor
new
THelper
(
tScene
:
TScene
)
:
THelper
参数
tScene
:
TScene
返回
THelper
属性
axes
axes
:
AxesHelper
box
box
:
BoxHelper
box
List
boxList
:
any
[]
= []
grid
grid
:
GridHelper
t
Scene
tScene
:
TScene
方法
init
Axes
initAxes
(
len
?:
number
)
:
void
参数
可选
len
:
number
= 50
返回
void
Description
创建坐标轴
作者
LL
init
Box
initBox
(
uuid
:
string
)
:
void
参数
uuid
:
string
返回
void
Description
给模型加上包围盒
作者
LL
init
Grid
initGrid
(
gridInfo
?:
{}
)
:
void
参数
可选
gridInfo
:
{}
坐标格参数
返回
void
Description
创建grid
作者
LL
remove
Axes
removeAxes
()
:
void
返回
void
Description
删除坐标轴
作者
LL
remove
Box
removeBox
(
modelName
?:
string
)
:
void
参数
可选
modelName
:
string
返回
void
Description
去掉包围盒
作者
LL
remove
Grid
removeGrid
()
:
void
返回
void
Description
删除grid
作者
LL
Date
24/12/2021
Memberof
THelper
update
Box
updateBox
()
:
void
返回
void
Description
更新包围盒
作者
LL
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
构造函数
constructor
属性
axes
box
box
List
grid
t
Scene
方法
init
Axes
init
Box
init
Grid
remove
Axes
remove
Box
remove
Grid
update
Box
thingorigin2.0
加载中……
Description
创建坐标轴
作者
LL