Method WithAngularLines
WithAngularLines(IEnumerable<EntityInfo>?, RadialExtents, double)
Creates a new instance of SectorGridParams class for a grid with angular lines only
Declaration
public static SectorGridParams WithAngularLines(IEnumerable<EntityInfo>? planes, SectorGridParams.RadialExtents radialExtents, double angle)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<EntityInfo> | planes | The planes this grid applies to |
| SectorGridParams.RadialExtents | radialExtents | The radial extents |
| double | angle | The angle of angular grid lines |
Returns
| Type | Description |
|---|---|
| SectorGridParams | The newly created instance of SectorGridParams class |