CADability dotNET

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

Syntax

C#
public void SetArcPlane2PointsRadiusLocation(
	Plane p,
	GeoPoint arcPoint1,
	GeoPoint arcPoint2,
	double radius,
	GeoPoint locationP,
	int selSol
)
Visual Basic
Public Sub SetArcPlane2PointsRadiusLocation ( _
	p As Plane, _
	arcPoint1 As GeoPoint, _
	arcPoint2 As GeoPoint, _
	radius As Double, _
	locationP As GeoPoint, _
	selSol As Integer _
)
Visual C++
public:
void SetArcPlane2PointsRadiusLocation(
	Plane p, 
	GeoPoint arcPoint1, 
	GeoPoint arcPoint2, 
	double radius, 
	GeoPoint locationP, 
	int selSol
)

Parameters

p
Type: CADability..::..Plane
arcPoint1
Type: CADability..::..GeoPoint
arcPoint2
Type: CADability..::..GeoPoint
radius
Type: System..::..Double
locationP
Type: CADability..::..GeoPoint
selSol
Type: System..::..Int32

See Also