Method Create
Create(IEnumerable<EntityInfo>?, RadialExtents, AngularExtents)
Creates a new instance of SectorGridParams class with both directions
Declaration
public static SectorGridParams Create(IEnumerable<EntityInfo>? planes, SectorGridParams.RadialExtents radialExtents, SectorGridParams.AngularExtents angularExtents)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<EntityInfo> | planes | The planes this grid applies to |
| SectorGridParams.RadialExtents | radialExtents | |
| SectorGridParams.AngularExtents | angularExtents |
Returns
| Type | Description |
|---|---|
| SectorGridParams | The newly created instance of SectorGridParams class |