Click or drag to resize

DObjectGetMat43 Method

返回用户文档首页
从DObject中获取与指定键关联的Mat43值。

Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
public Mat43 GetMat43(
	string key
)

Parameters

key  String
要获取的键。

Return Value

Mat43
如果找到键且值可转换为Mat43,则返回转换后的Mat43值;否则返回Mat43.IDENTITY。
See Also