コミュニティ

How can i expand region of block of repeating group?

Good day!

How can i expand region of block of repeating group?

This script is useful only non-repeating group block

Rect outputRect;
    outputRect = SearchElements.CookingTime.Rect;
    OutputRegion = outputRect;
  OutputRegion.Inflate (3*mm, 2*mm);

 

Thanks in advance.

 

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    Yes, you cannot expand the region directly by Inflate function. Please use the following scenario:

    Let “csValue” is the value, which we need to extract from repeating group. Create the “regionValue” region in the SearchElements tree outside the repeating group and in the Advanced pre-search relations use the script:

    RSA: csValue.Rect.GetInflated(5dt, 5dt);

    0

サインインしてコメントを残してください。