Defines the part assembly visibility state.
*PartsAssemblyVisibility()Defines the part assembly visibility state. |
|||||
*PartsAssemblyVisibility()Defines the part assembly visibility state. |
Syntax |
*PartAssemblyVisibility(id1, id2, id2, ...) |
|
Arguments |
Name |
Description |
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() |
|
Application |
HyperView |
|
See also |
|
|