LengthDimension
LengthDimension 用于测量指定起点和终点之间的线性距离。
构造函数
LengthDimension
LengthDimension 用于测量指定起点和终点之间的线性距离。
new LengthDimension(properties?)
参数
- properties?:
LengthDimensionProperties
返回:LengthDimension LengthDimension对象
属性
measureType
在起点和终点之间应测量的长度类型。
measureType: "horizontal" | "vertical" | "direct"
类型: "horizontal" | "vertical" | "direct"
offset
控制从起点或终点到尺寸线的最短距离的样式选项,单位为米。
offset: number
类型: number
orientation
方向决定尺寸线延伸的相对方向。
orientation: number
类型: number
访问器
endPoint
尺寸测量的终点。
get endPoint(): Point
返回: Point 尺寸测量的终点。
startPoint
尺寸测量的起点。
get startPoint(): Point
返回: Point 尺寸测量的起点。
方法
clone
创建此对象的深度克隆。
clone(): this
返回:this

BIMFlux AI
