Click or drag to resize

MatrixSet(Matrix) Method

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

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

Parameters

matrix  Matrix
参照矩阵
See Also