Связаться с нами
Связаться с нашими Представительствами напрямую
Parent page: PCB Query Functions - Membership Checks
Returns all objects whose reference point is within the named Board Region.
InLayerStackRegion(RegionName1 : String,RegionName2 : String,...,RegionNamen : String) : Boolean/Boolean_String
InLayerStackRegion('Region1')
InLayerStackRegion('Region1') = True
InLayerStackRegion('Region1') = 'True'
Returns all objects whose reference point is within the Board Region whose Name property is Region1
.
InLayerStackRegion('Region1','Region2')
InLayerStackRegion('Region1','Region2') = True
InLayerStackRegion('Region1','Region2') = 'True'
Returns all objects whose reference point is within the Board Region whose Name property is Region1
, or the Board Region whose Name property is Region2
.
Not InLayerStackRegion('Region2')
InLayerStackRegion('Region2') = False
InLayerStackRegion('Region2') = 'False'
Returns all objects except objects whose reference point is within the Board Region whose Name property is Region2
.
RegionName
string are mandatory.Связаться с нашими Представительствами напрямую