Query_Lang-PCBFunctions_AttributeChecks_InPolyInPoly_AD
This document is no longer available beyond version 21. Information can now be found here: InPoly for version 25
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Use this keyword to quickly return all polygon pours and their child primitives.
Syntax Copy Link Copied
InPoly : Boolean/Boolean_String
Example Usage Copy Link Copied
InPoly
InPoly = True
InPoly = 'True'
Returns all polygon pours and their child primitives.
Not InPoly
InPoly = False
InPoly = 'False'
Returns all objects except polygon pours and their child primitives.
Tips Copy Link Copied
- This function is an alias for the InPolygon function.
- Only polygon pours placed on signal layers are returned.