SectorGridParams Constructor (IEnumerableEntityInfo, SectorGridParamsRadialExtents, SectorGridParamsAngularExtents)

The constructor of a grid with both directions

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public SectorGridParams(
	IEnumerable<EntityInfo> planes,
	SectorGridParamsRadialExtents radialExtents,
	SectorGridParamsAngularExtents angularExtents
)

Parameters

planes
Type: System.Collections.GenericIEnumerableEntityInfo
The planes this grid applies to
radialExtents
Type: TSD.API.Remoting.Structure.CreateSectorGridParamsRadialExtents
The SectorGridParamsRadialExtents
angularExtents
Type: TSD.API.Remoting.Structure.CreateSectorGridParamsAngularExtents
The SectorGridParamsAngularExtents
See Also