pltIPlot CutRadialDatum
Cuts a radial datum.
Syntax
pltIPlot_handle CutRadicalDatum datum, append_future
Application
HyperWorks Tcl Modify
Description
This command cuts a radical datum based on the user-input datum index. A radical datum is a line that goes around the plot in the polar plot (resembles a circle in the plot). It is used for comparison.
Inputs
- datum
- The datum index (position in the datum list) that you want to cut.
- append_future
-
- true
- Indicates the cut is added to a memory.
- false
- Indicates that the cut is not added to memory. This way, multiple cuts can be made and pasted at the same time, rather than cutting and pasting each one individually.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot CutRadicalDatum 1 true;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar Plot
Datum
Modify