Method WithRadialLines

WithRadialLines(IEnumerable<EntityInfo>?, AngularExtents, double)

Creates a new instance of SectorGridParams class for grid with radial lines only

Declaration
public static SectorGridParams WithRadialLines(IEnumerable<EntityInfo>? planes, SectorGridParams.AngularExtents angularExtents, double length)
Parameters
Type Name Description
IEnumerable<EntityInfo> planes

The planes this grid applies to

SectorGridParams.AngularExtents angularExtents

The angular extents

double length

The length of radial grid lines

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