_3D.LockedGraphics

Syntax

<Path>._3D.LockedGraphics:string[]

The attribute _3D.LockedGraphics sets the list of all locked graphic groups of the object designated by <Path>. This then prevents you from selecting this graphic group in the 3D windows which are opened for this object. This makes, for example, sense for the graphic of a factory building which might otherwise be selected inadvertently.

Note:

When you assign the attribute, Plant Simulation deactivates graphic inheritance.

Data Type of the Value You Can Assign

You can assign an array of data type string.

Example

.Models.Frame.Station1._3D.LockedGraphics := ["Group1", Group2"]
var a: string[] := .Models.Frame.Station1._3D.LockedGraphics

Related Topics

Edit 3D Properties > Tab Graphics > Locked

_3D.isGraphicGroupLocked

_3D.lockGraphicGroup

_3D.unlockGraphicGroup