Click or drag to resize

Mat3ToMat43 Method

返回用户文档首页
将当前对象转换为Mat43类型的表示。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public Mat43 ToMat43()

Return Value

Mat43
一个新的Mat43对象,表示当前对象的转换结果。
See Also