BodyColor3DOpacity
The features available depend on your Altium product access level. Compare features included in the various levels of Altium Designer Software Subscription and functionality delivered through applications provided by the Altium 365 platform.
If you don’t see a discussed feature in your software, contact Altium Sales to find out more.
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all 3D body objects whose Body 3-D Color Opacity property complies with the Query.
Syntax Copy Link Copied
BodyColor3DOpacity : Numeric_String
BodyColor3DOpacity : Number
Example Usage Copy Link Copied
BodyColor3DOpacity = '1'
BodyColor3DOpacity = 1
Returns all 3D body objects whose Body 3-D Color Opacity property is 1.000.
BodyColor3DOpacity <> '0.5'
BodyColor3DOpacity <> 0.5
Returns all objects except 3D body objects whose Body 3-D Color Opacity property is 0.500.
Tips Copy Link Copied
- The Body 3-D Color Opacity property is only defined for 3D body objects.