Click or drag to resize

MatrixSet(Point, Vector, Vector, Vector) Method

返回用户文档首页
设置矩阵的各个分量。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntax
C#
public void Set(
	Point origin,
	Vector x,
	Vector y,
	Vector z
)

Parameters

origin  Point
位置
x  Vector
X轴向量
y  Vector
Y轴向量
z  Vector
Z轴向量
See Also