Click or drag to resize

MatrixSet(Matrix) Method

返回用户文档首页
用另一个矩阵设置当前矩阵。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public void Set(
	Matrix matrix
)

Parameters

matrix  Matrix
参照矩阵
See Also