Click or drag to resize

VectorLengthSqr Property

返回用户文档首页
获取此Vector对象长度的平方。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public double LengthSqr { get; }

Property Value

Double
向量长度的平方,计算为 (X * X + Y * Y + Z * Z)。
See Also