Click or drag to resize

Mat3Set(Vec3, Vec3, Vec3) Method

返回用户文档首页
设置当前对象的X, Y, Z属性。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public void Set(
	Vec3 _x,
	Vec3 _y,
	Vec3 _z
)

Parameters

_x  Vec3
新的X值。
_y  Vec3
新的Y值。
_z  Vec3
新的Z值。
See Also