Arc(Point, Vector, Vector, Double, Double) Constructor | 
返回用户文档首页Initializes a new instance of the 
Arc class
 Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic Arc(
	Point centerPoint,
	Vector startDirection,
	Vector startTangent,
	double radius,
	double deltaAngleRadians
)
Parameters
- centerPoint  Point
 -  
 - startDirection  Vector
 -  
 - startTangent  Vector
 -  
 - radius  Double
 -  
 - deltaAngleRadians  Double
 -  
 
See Also