RotationVariable

构造函数

构造函数

RotationVariable

构造函数

new RotationVariable(properties?)

参数

返回:RotationVariable RotationVariable对象

属性

axis

旋转轴

axis: "heading" | "tilt" | "roll"

类型: "heading" | "tilt" | "roll"

rotationType

旋转类型

rotationType: "geographic" | "arithmetic"

类型: "geographic" | "arithmetic"

type

视觉变量类型

type: "rotation"

类型: "rotation"

方法

clone

克隆旋转视觉变量

clone(): RotationVariable

返回:RotationVariable

toJSON

转换为JSON格式

toJSON(): any

返回:any

BIMFlux AI