Click or drag to resize

WobbleSettingsPhase Property

Gets or sets the wobble phase offset for the x and y directions.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public Point2D Phase { get; set; }

Property Value

Point2D
Remarks

Wobble superimposes a Lissajous curve repetitively along the original path in the x/y-plane.

The Lissajous curve is rotated automatically to keep it aligned with the current direction of motion.

For the wobble parameters to take effect, wobble must be enabled with the list command WOBBLE_ENABLE.

See Also