pltICurve SetCurveInTipTail

Sets if the curve is included in the calculation and drawing of the tip-to-tail curve.

Syntax

pltICurve_ctrl SetCurveInTipTail state – true or false

Application

HyperGraph Polar Plot/Tip to Tail functionality.

Description

Sets whether or not the curve is included in the calculation and drawing of the tip-to-tail curve.

Inputs

State
True
The curve is included.
False
The curve is not included.

Example

Excludes this curve from the calculation and drawing of the tip-to-tail curve.
pltICurve_ctrl GetCurveInTipTail  false 

Errors

None.