MatrixSet(Point, Vector, Vector, Vector) Method |
返回用户文档首页
设置矩阵的各个分量。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic void Set(
Point origin,
Vector x,
Vector y,
Vector z
)
Parameters
- origin Point
- 位置
- x Vector
- X轴向量
- y Vector
- Y轴向量
- z Vector
- Z轴向量
See Also