PK_sweep_guide_scale_t   

typedef int PK_sweep_guide_scale_t;

Used in:

PK_BODY_make_swept_body_2_o_t


This datatype is used to control the scaling when sweeping with two guides.

It has the values:

    PK_sweep_guide_uniform_c    The sweep is scaled uniformly.
    PK_sweep_guide_lateral_c    The sweep is scaled in only one direction. This
                                direction will be the direction between
                                corresponding guide points. This option may
                                only be used if 'guide_method' is
                                PK_sweep_guide_point_c or
                                PK_sweep_guide_project_c, and no guide clamps
                                are specified.