Query_Lang-PCBFunctions_ObjectTypeChecks_HasExtrudedModelHasExtrudedModel_AD
Created: 八月 02, 2022 | Updated: 八月 02, 2022
| Applies to version: 4
This document is no longer available beyond version 4. Information can now be found here: HasExtrudedModel for version 5
Parent page: PCB Query Functions - Object Type Checks
Summary
Returns all 3D body objects whose Model Type property is set to Extruded.
Syntax
HasExtrudedModel : Boolean/Boolean_String
Example Usage
HasExtrudedModel
HasExtrudedModel = True
HasExtrudedModel = 'True'
Returns all 3D body objects whose Model Type property is set to Extruded.
Not HasExtrudedModel
HasExtrudedModel = False
HasExtrudedModel = 'False'
Returns all objects except 3D body objects whose Model Type property is set to Extruded.