Constructor AngularExtents

AngularExtents(int, double, GridLineNameType)

The constructor for regular direction extents

Declaration
public AngularExtents(int number, double angle, GridLineNameType nameType)
Parameters
Type Name Description
int number

The number of grid bays generated in the angular direction

double angle

The angle of the bays

GridLineNameType nameType

The GridLineNameType

AngularExtents(IEnumerable<double>, GridLineNameType)

The constructor for irregular direction extents

Declaration
public AngularExtents(IEnumerable<double> angles, GridLineNameType nameType)
Parameters
Type Name Description
IEnumerable<double> angles

The angles of individual grid bays

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