Mat43(Matrix) Constructor |
返回用户文档首页
初始化 Mat43 的新实例,该实例为指定的Matrix实例的副本。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic Mat43(
Matrix src
)
Parameters
- src Matrix
- Matrix实例,其值将被复制到新实例。
See Also