CADability dotNET

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

Syntax

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

Parameters

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

See Also