PK_radiate_step_t   

typedef int PK_radiate_step_t;

Used in:

PK_FACE_change_radiate_o_t


    PK_radiate_step_no_c            Default behaviour. No step faces will be
                                    created.

    PK_radiate_step_smooth_c        Add step faces at smooth boundary edges.

    PK_radiate_step_smooth_site_c   Add step faces at smooth boundary edges
                                    but do not create step faces if this can
                                    be done by growing site faces.

    PK_radiate_step_not_coi_c       Add step faces only at edges where the step
                                    would not be coincident with the surface of
                                    the adjacent face.

    PK_radiate_step_all_c           Add step faces at all boundary edges.