返回用户文档首页
            获取或设置矩阵中指定列的值。
            
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic Vec4 this[
	int col
] { get; set; }Parameters
- col  Int32
 - 要获取或设置的列的索引(0到3之间)。
 
Return Value
Vec4指定列的四维向量(
Vec4)。
Exceptions| Exception | Condition | 
|---|
| IndexOutOfRangeException | 如果索引不在0到3的范围内。 | 
See Also