Query_Lang-PCBFunctions_ObjectTypeChecks_HasExtrudedModelHasExtrudedModel_AD
This document is no longer available beyond version 21. Information can now be found here: HasExtrudedModel for version 25
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.