Constructor DirectionExtents

DirectionExtents(int, double, GridLineNameType, DirectionType)

The constructor for regular direction extents

Declaration
public DirectionExtents(int number, double length, GridLineNameType nameType, ParallelogramGridParams.DirectionType direction = DirectionType.Positive)
Parameters
Type Name Description
int number

The number of grid bays generated in the direction

double length

The length of the bays

GridLineNameType nameType

The GridLineNameType

ParallelogramGridParams.DirectionType direction

The ParallelogramGridParams.DirectionType

DirectionExtents(IEnumerable<double>, GridLineNameType, DirectionType)

The constructor for irregular direction extents

Declaration
public DirectionExtents(IEnumerable<double> lengths, GridLineNameType nameType, ParallelogramGridParams.DirectionType direction = DirectionType.Positive)
Parameters
Type Name Description
IEnumerable<double> lengths

The lengths of individual grid bays

GridLineNameType nameType

The GridLineNameType

ParallelogramGridParams.DirectionType direction

The ParallelogramGridParams.DirectionType

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