SectorGridParamsRadialExtents 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 RadialExtents(
	int number,
	double length,
	GridLineNameType nameType
)

Parameters

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