Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Artboard + AIArtHandle

Enthusiast ,
Feb 28, 2012 Feb 28, 2012

Hi,

Is there a way to retrieve all AIArtHandle from a given Artboard?

I have not found yet how this could be achieved.

I am stuck.

some tips?

Please do not tell me I need to check boundaries intersections! (Execpt if it is the only way)

Thx,

Thomas.

TOPICS
SDK
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Explorer ,
Aug 23, 2012 Aug 23, 2012

Hi,

I'm looking for the same information. Is there a way to achieve this?

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 23, 2012 Aug 23, 2012
LATEST

As far as I know, there are no helper functions to let you fetch art that falls inside of an artboard (like you can do with artsets and layers). I think checking each art to see if its bounds intersect (or are contained) with an artboard is the only way. Naturally, you can rule out whole layers by checking the layer's bounds first.

Since an artboard is an arbitrary boundary, there's going to be the potential for art that lies partially inside & outside of an artboard; naturally, you'll need to handle that yourself.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines