SectorGridParams Constructor (IEnumerableEntityInfo, SectorGridParamsAngularExtents, Double)

The constructor for grid with radial lines only

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,
	SectorGridParamsAngularExtents angularExtents,
	double length
)

Parameters

planes
Type: System.Collections.GenericIEnumerableEntityInfo
The planes this grid applies to
angularExtents
Type: TSD.API.Remoting.Structure.CreateSectorGridParamsAngularExtents
The angular extents
length
Type: SystemDouble
The length of radial grid lines
See Also