SET_PART_BASE_TRANSPARENCY sets the part transparency of the specified
part.
--->(SET_PART_BASE_TRANSPARENCY)--(:PARTS)--|parts|--+--(:TRANSP)--|transparency|----+--->
| |
+--(:COPY)--(:REF_SRC)--|part|--+
| |
+--(:CLR)-----------------------+
- :TRANSP - sets the base transparency to the specified value.
- :COPY - copies the transparency of a reference
(source) part to the current base transparency.
- :CLR - clears the base transparency.
Use this action to set the base transparency of a part.
You can enter one of three values.
- 1 - specifies 100% transparency.
- 0.5 - specifies semi-transparency.
- 0 - specifies an opaque part.
The following parameter sequence sets the base transparency of a part.
SET_PART_BASE_TRANSPARENCY :PARTS "/lga22" :TRANSP 0.5
All part names must be enclosed by double quotes (" ").
SET_PART_INST_TRANSPARENCY terminate action
SET_PART_BASE_COLOR terminate action
SET_PART_BASE_REFLECTANCE terminate action
SET_PART_BASE_DENSITY terminate action
SET_PART_INST_REFLECTANCE terminate action