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

The SectorGridParams.RadialExtents

SectorGridParams.AngularExtents angularExtents

The SectorGridParams.AngularExtents

Returns
Type Description
SectorGridParams

The newly created instance of SectorGridParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next