Click or drag to resize

Vec2Set Method

返回用户文档首页
设置当前对象的 X 和 Y 值。

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

Parameters

_x  Double
新的 X 值。
_y  Double
新的 Y 值。
See Also