Click or drag to resize

CommandListAppendWobblePhase Method

Sets the phase offset used for wobble.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendWobblePhase(
	Point2D phase
)

Parameters

phase  Point2D

Remarks

Appends a WOBBLE_PHASE command to the list.

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