Связаться с нами
Связаться с нашими Представительствами напрямую
Parent page: PCB Query Functions - Membership Checks
Returns all primitive objects that are children of the specified polygon pour.
InNamedPolygon(PolygonName : String) : Boolean/Boolean_String
InNamedPolygon('Power3V3')
InNamedPolygon('Power3V3') = True
InNamedPolygon('Power3V3') = 'True'
Returns all primitive objects that are children of the polygon pour whose Name property is Power3V3
.
Not InNamedPolygon('Power3V3')
InNamedPolygon('Power3V3') = False
InNamedPolygon('Power3V3') = 'False'
Returns all objects except primitive objects that are children of the polygon pour whose Name property is Power3V3
.
PolygonName
string are mandatory.Связаться с нашими Представительствами напрямую