pltIPlot PasteHorizontalDatum
Pastes the previously copied or cut horizontal datum.
Syntax
pltIPlot_handle PasteHorizontalDatum index
Application
HyperWorks Tcl Modify
Description
This command pastes previously copied or cut horizontal datum lines into the datum list. A datum is a line used to for comparisons.
Inputs
- index
- The index (position number) where you want to insert the datum line. PasteHorizontalDatum pastes the user-input index and moves the list down one position if it is at or below that index.
Example
hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot PasteHorizontalDatum 3;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
XY plot
Datums
Modify