Query_Lang-PCBFunctions_MembershipChecks_InPolygonClassInPolygonClass_AD

現在、バージョン 18.1. をご覧頂いています。最新情報については、バージョン Query_Lang-PCBFunctions_MembershipChecks_InPolygonClass((InPolygonClass))_AD の 21 をご覧ください。
Applies to Altium Designer versions: 15.1, 16.0, 16.1, 17.0, 17.1, 18.0, 18.1, 19.0, 19.1, 20.0, 20.1 and 20.2

Parent page: PCB Query Functions - Membership Checks

Summary

Returns all polygon pour objects that are members of the specified Polygon Class.

Syntax

InPolygonClass(ClassName : String) : Boolean/Boolean_String

As you define the Query expression, a pop-up list of all existing user-defined polygon classes, by name, is presented.

Example Usage

InPolygonClass('Top Side Polys')
InPolygonClass('Top Side Polys') = True
InPolygonClass('Top Side Polys') = 'True'

Returns all polygon pour objects that are members of the Top Side Polys Polygon Class.

Not InPolygonClass('Custom Polys')
InPolygonClass('Custom Polys') = False
InPolygonClass('Custom Polys') = 'False'

Returns all objects except polygon pour objects that are members of the Custom Polys Polygon Class.

Tips

  1. The single quote characters (') at the start and end of the ClassName string are mandatory.
注記

利用できる機能は、Altium Designer ソフトウェア サブスクリプション のレベルによって異なります。