Click or drag to resize

MatrixTranslate(Double, Double, Double) Method

返回用户文档首页
在 X, Y, Z 轴上分别平移矩阵指定的值。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public void Translate(
	double x,
	double y,
	double z
)

Parameters

x  Double
在 X 轴上平移的值。
y  Double
在 Y 轴上平移的值。
z  Double
在 Z 轴上平移的值。
See Also