Mat43Translate(Double, Double, Double) Method |
返回用户文档首页
在 X, Y, Z 轴上分别平移矩阵指定的值。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic void Translate(
double _x,
double _y,
double _z
)
Parameters
- _x Double
- 在 X 轴上平移的值。
- _y Double
- 在 Y 轴上平移的值。
- _z Double
- 在 Z 轴上平移的值。
See Also