A list of 3D points that defines the offset values from the center of the associated static object representing the 3D path the object will move along. For example, to move in a straight line, this path would contain two pairs of coordinates, the starting offset point and the ending offset point. Typically, the starting offset will be (0,0,0) (i.e. the configured position of the static object), but this is not a requirement.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Point3DCollection Path3D { get; set; }
Visual Basic
Public Property Path3D As Point3DCollection
	Get
	Set
JScript
function get Path3D () : Point3DCollection
function set Path3D (value : Point3DCollection)

Remarks

This property is only used when this animation is associated with a 3D object.

See Also