CADability dotNET

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetArcPlaneCenterRadius(
	Plane plane,
	GeoPoint center,
	double majorRadius
)
Visual Basic
Public Sub SetArcPlaneCenterRadius ( _
	plane As Plane, _
	center As GeoPoint, _
	majorRadius As Double _
)
Visual C++
public:
void SetArcPlaneCenterRadius(
	Plane plane, 
	GeoPoint center, 
	double majorRadius
)

Parameters

plane
Type: CADability..::..Plane
center
Type: CADability..::..GeoPoint
majorRadius
Type: System..::..Double

See Also