Generates equally spaced points on the perimeter of the arc.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public PointSet GeneratePointsOnPerimeter(
	int n
)
Visual Basic (Declaration)
Public Function GeneratePointsOnPerimeter ( _
	n As Integer _
) As PointSet
Visual C++
public:
PointSet^ GeneratePointsOnPerimeter(
	int n
)

Parameters

n
Type: System..::.Int32
The number of points to generate.

Return Value

Returns a set of n equally spaced points on the perimeter of the arc.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionCan not generate less than two points on perimeter of arc.

See Also