pltIPlot AddRadicalDatum

Adds a radical datum.

Syntax

pltIPlot_handle AddRadicalDatum

Application

Tcl Modify

Description

This command adds a new, empty radical datum. A radical datum is a line that goes around the plot in the polar plot (it looks like a circle in the plot). It is used for comparisons.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot SetClientType polar;
plot AddRadicalDatum;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Datum

Polar Plot

Modify

Create