SectorGridParamsAngularExtents Constructor (Int32, Double, GridLineNameType)

The constructor for regular direction extents

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public AngularExtents(
	int number,
	double angle,
	GridLineNameType nameType
)

Parameters

number
Type: SystemInt32
The number of grid bays generated in the angular direction
angle
Type: SystemDouble
The angle of the bays
nameType
Type: TSD.API.Remoting.StructureGridLineNameType
The GridLineNameType
See Also