Constructor RadialExtents

RadialExtents(int, double, GridLineNameType)

The constructor for regular direction extents

Declaration
public RadialExtents(int number, double length, GridLineNameType nameType)
Parameters
Type Name Description
int number

The number of grid bays generated in the radial direction

double length

The length of the bays

GridLineNameType nameType

The GridLineNameType

RadialExtents(IEnumerable<double>, GridLineNameType)

The constructor for irregular direction extents

Declaration
public RadialExtents(IEnumerable<double> lengths, GridLineNameType nameType)
Parameters
Type Name Description
IEnumerable<double> lengths

The lengths of individual grid bays in the radial direction

GridLineNameType nameType

The GridLineNameType

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