Click or drag to resize

Arc(Point, Point, Vector, Double) Constructor

返回用户文档首页
Initializes a new instance of the Arc class

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntax
C#
public Arc(
	Point centerPoint,
	Point startPoint,
	Vector normal,
	double deltaAngleRadians
)

Parameters

centerPoint  Point
 
startPoint  Point
 
normal  Vector
 
deltaAngleRadians  Double
 
See Also