X/Y shrinking

edited December 2012 in Ruby Scripting
Hi,
I need to shrink both the X dimension and Y dimension using a different value.

Is it possible?

Thanks,
Salvatore

Comments

  • edited November -1

    Hi Salvatore,

    With "shrinking" do you mean sizing or scaling? "sizing" (or "biasing") is the process of changing a structures width. Scaling is a transformation which multiplies all coordinates with a certain factor.

    For sizing there is a solution: in the sizing dialog you can enter a pair of values (dx, dy) which will apply a different bias in x and y direction.

    For scaling there is no anisotropic solution currently.

    Regards,

    Matthias

Sign In or Register to comment.