MatrixTranslate(Double, Double, Double) Method |
返回用户文档首页
在 X, Y, Z 轴上分别平移矩阵指定的值。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic void Translate(
double x,
double y,
double z
)
Parameters
- x Double
- 在 X 轴上平移的值。
- y Double
- 在 Y 轴上平移的值。
- z Double
- 在 Z 轴上平移的值。
See Also