*PartsAssemblyVisibility()
Defines the part assembly visibility state.
Syntax
*PartsAssemblyVisibility (id1, id2, ...)
Application
HyperView
Inputs
- id1
- Part Assembly ID
- id2
- Part Assembly ID
Example
*BeginModel({GRAPHIC_FILE_1}, "LS-DYNA Keyword Input Reader")
                *ResultMathTemplate("Advanced")
                *ComplexAnimFilter("mag * cos(wt-phase)")
                *ColorBy("Part")
                *Color("255 255   0")
                *GradientColor("Off")
                *SmallDeformation("Off")
                *PartDisplayAttribute("undefined", "undefined")
*BeginPart(1, "Solid", "PART", 0)
                    *Attribute(On, IdOff, 27, Opa, Sha, NoL, InFit, InCut, InIso)
                *EndPart()
                *LayerNumber(0)
                *PartAssemblyVisibility(1, 2, 3) 
*EndModel()