Table of Contents

Interface IGetZrContour

Namespace
Hi.Geom
Assembly
HiGeom.dll

Interface for retrieving Z-R contour data for rotational geometries.

public interface IGetZrContour
Extension Methods

Methods

GetZrContour(double)

Gets Z-R contour data as a list of PairZr objects. The Z values should generally be ordered from smallest to largest.

IList<PairZr> GetZrContour(double latitudeAngleResolution_rad)

Parameters

latitudeAngleResolution_rad double

Resolution of latitude angle in radians

Returns

IList<PairZr>

Z-R contour data as a list of PairZr objects