Mat43Item(Int32) Property |
返回用户文档首页
获取或设置矩阵的列。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic Vec3 this[
int col
] { get; set; }
Parameters
- col Int32
- 列的索引(0表示X轴,1表示Y轴,2表示Z轴,3表示位置向量)。
Return Value
Vec3对应索引的列向量。
ExceptionsException | Condition |
---|
IndexOutOfRangeException | 如果索引不在0到3的范围内。 |
See Also