Arc(Point, Point, Vector, 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,
	Point startPoint,
	Vector normal,
	double deltaAngleRadians
)
Parameters
- centerPoint  Point
 -  
 - startPoint  Point
 -  
 - normal  Vector
 -  
 - deltaAngleRadians  Double
 -  
 
See Also