CurveAnimationConfig

类:曲线动画配置项

Constructor

new Glodon.Bimface.Plugins.Animation.CurveAnimationConfig()

构造曲线动画配置项

Members

NameTypeDescription
curvesArray

曲线对象的数组

loopBoolean

曲线动画是否循环,默认为false

speedNumber

曲线动画速度,默认为10000,(time和speed选填一项,若都填写则默认time有效)

timeNumber

曲线动画时间,单位为毫秒(time和speed选填一项,若都填写则默认time有效)

typeString

曲线动画类型,“trail”为轨迹,“flow”为流动,默认为“trail”

viewerGlodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS

Viewer对象