The measurement to augment.
Measurement object with augmented properties.
测量模型周围的最小边界六边形。六边形的方向使得左右两侧垂直,顶部和底部是尖的.
The model to measure.
IBoundingHex object which is a hexagon model, with an additional radius property.
确定两个角度是否相等.
First angle.
Second angle.
true if angles are the same, false if they are not
检查给定的数字是否在两个给定限制之间.
The number to test.
First limit.
Second limit.
要排除等于限制的标志.
Boolean true if value is between (or equal to) the limits.
检查给定的角度是否介于弧的起始角和结束角之间.
The angle to test.
Arc to test against.
要排除的标志等于开始或结束角度.
如果角度介于(或等于)弧的起始角和结束角之间,则布尔值为 true.
检查给定的贝塞尔种子是否具有同一斜率上的所有点.
The bezier seed to test.
可选布尔值,仅在终结点边界内进行测试.
如果贝塞尔种子在线斜率上和线端点之间具有控制点,则布尔值为 true.
检查点是否在模型内部.
The point to check.
The model to check against.
可选的 IMeasurePointInsideOptions 对象。
Boolean true if the path is inside of the modelContext.
确定点是否在圆上.
Point to check.
Circle.
可选公差距离.
true if point is on the circle
确定点是否位于路径上.
point to check.
path to check against.
要考虑路径上点的可选距离.
Optional offset of path from [0, 0].
Optional IIsPointOnPathOptions to cache computation.
测量包含模型的最小矩形.
The model to measure.
Optional atlas to save measurements.
object with low and high points.
测量模型中所有路径的长度.
The model containing paths to measure.
Length of all paths in the model.
测量路径的长度.
The path to measure.
Length of the path.
Generated using TypeDoc
增强测量 - 添加更多属性,如中心点、高度和宽度.