Class DockLayout3D

Class Hierarchy

Use the Dock Layout 3D node to place nodes relative to each other along the sides of a Dock Layout 3D node. To set the side along which you want to place a node in a Dock Layout 3D node, use the DockLayoutConcept::SideProperty property.

A Dock Layout 3D node arranges its items in a subtractive way: after positioning the first node, the Dock Layout 3D node uses the remaining space to position the next node, and so on. When arranging its child nodes, a Dock Layout 3D node uses its entire size.

See also DockLayout2D

Use Dock Layout 3D to divide objects relative to each other in 3D space.

Inherits properties and message types from DockLayout3DMetadata.

Synopsis

Methods
create()

Creates a dock layout node

DockLayout3D.DockLayout3D:create(name)

Creates a dock layout node.

Parameters
name (string)

Name of the dock layout.