_3D.ExcludeFromShowContentOfLocation

Syntax

<Path>._3D.ExcludeFromShowContentOfLocation:boolean

The attribute _3D.ExcludeFromShowContentOfLocation shows (true) or hides (false) the object designated by <Path> from view in the representation of the location of the object. Then the representing graphics of the selected object are only visible within its parent object. This makes, for example, sense for the EventController, for Methods, for DataTables, etc., which are needed to define and control the simulation but not to illustrate the simulated scene.

Data Type of the Value You Can Assign

You can assign a value of data type boolean.

Example

Station._3D.ExcludeFromShowContentOfLocation := true

Related Topic

Edit 3D Properties > Tab Graphics > Exclude from Show content of the location