Generates equally spaced points on the perimeter of the arc.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Can not generate less than two points on perimeter of arc. |