Show / Hide Table of Contents

    Method pat

    | Improve this Doc View Source

    pat(Int32[], Int32[])

    plpat: Set area line fill pattern

    Declaration
    public void pat(Int32[] inc, Int32[] del)
    Parameters
    Type Name Description
    Int32[] inc

    A vector containing nlin values of the inclination in tenths of a degree. (Should be between -900 and 900).

    Int32[] del

    A vector containing nlin values of the spacing in micrometers between the lines making up the pattern.

    Remarks

    Sets the area line fill pattern to be used, e.g., for calls to plfill. The pattern consists of 1 or 2 sets of parallel lines with specified inclinations and spacings. The arguments to this routine are the number of sets to use (1 or 2) followed by two vectors (with 1 or 2 elements) specifying the inclinations in tenths of a degree and the spacing in micrometers. (See also plpsty)

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX