MatrixFactoryTranslate(Double, Double, Double) Method | 
返回用户文档首页
            创建一个表示平移的矩阵。
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static Matrix Translate(
	double x,
	double y,
	double z
)
Parameters
- x  Double
 - 沿X轴的平移量。
 - y  Double
 - 沿Y轴的平移量。
 - z  Double
 - 沿Z轴的平移量。
 
Return Value
Matrix表示指定平移的矩阵。
See Also