![]() |
![]() |
![]() |
![]() |
DVisoline_trace
Synopsis
create a local contour line of constant value at a picked probe location
module DVisoline_trace {
Mesh_Struct+Dim2+Node_Data+Iparam &in {
nnodes+req;
};
Grid+Xform+Iparam &probe{
nnodes+req;
coordinates+req;
coordinates.values+req;
};
int+Iparam component;
int+Iparam color;
float+Oparam level;
Mesh+Node_Data+Oparam out {
&xform+nowrite => in.xform;
};
method+notify_val+notify_inst isoline_trace_update<status=1>
= "DVisoline_trace_update";
};Description
DVisoline_trace builds a local isoline of the specified component in the specified field from the given pick location by examining neighboring cells. If color is nonzero, the lines are colored by the data values. Otherwise the lines use the default line color in the viewer. It also outputs in "level" the value at the picked point (the value of the isoline).
Example
File
See also
![]() |
![]() |
![]() |
![]() |