Click or drag to resize

Arc2DSetWithPoint Method

返回用户文档首页
Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public void SetWithPoint(
	Vec2 pt0,
	Vec2 pt1,
	Vec2 pt2
)

Parameters

pt0  Vec2
 
pt1  Vec2
 
pt2  Vec2
 
See Also