Class SectionalRandomRoutingPointsGenerator
Inheritance
System.Object
SectionalRandomRoutingPointsGenerator
Assembly: Mars.Components.dll
Syntax
public class SectionalRandomRoutingPointsGenerator : object, IRoutingPointsGenerator
Constructors
SectionalRandomRoutingPointsGenerator(Int32, Int32)
Declaration
public SectionalRandomRoutingPointsGenerator(int sections, int pointsPerSection)
Parameters
Type |
Name |
Description |
System.Int32 |
sections |
|
System.Int32 |
pointsPerSection |
|
Methods
Generate(BoundingBox, IEnumerable<Geometry>)
Declaration
public IList<Position> Generate(BoundingBox boundingBox, IEnumerable<Geometry> geometries = null)
Parameters
Type |
Name |
Description |
BoundingBox |
boundingBox |
|
IEnumerable<Geometry> |
geometries |
|
Returns
Implements