Class TrajectoryLayout2D

Class Hierarchy
  • KanziObject
  •  └─ Node
  •        └─ Node2D
  •              └─ TrajectoryLayout2D

Trajectory Layout 2D arranges its items along a trajectory.

You can use a line, a circle, or a spline as a trajectory for the trajectory layout. See TrajectoryProperty.

The Trajectory Layout 2D arranges its items using:

  • For circle and spline trajectories (X,Z) plane projection of the 3D Trajectory
  • For line trajectory (X,Y) plane projection
See also

Use a Trajectory Layout 2D to arrange content along a trajectory path.

Inherits properties and message types from TrajectoryLayout2DMetadata.

Synopsis

Methods
create()

Creates a trajectory layout node

TrajectoryLayout2D.TrajectoryLayout2D:create(name)

Creates a trajectory layout node.

Parameters
name (string)

Name of the trajectory layout.