Click or drag to resize

Mat3Item(Int32, Int32) Property

返回用户文档首页
获取或设置指定行列的double值。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public double this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
要访问的行索引。
col  Int32
要访问的列索引(0表示X,1表示Y,2表示Z)。

Return Value

Double
返回指定行列的double值。
Remarks
如果列索引超出范围,将返回0.0。
See Also