Click or drag to resize

Arc(Point, Vector, Vector, Double, 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,
	Vector startDirection,
	Vector startTangent,
	double radius,
	double deltaAngleRadians
)

Parameters

centerPoint  Point
 
startDirection  Vector
 
startTangent  Vector
 
radius  Double
 
deltaAngleRadians  Double
 
See Also