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

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