Main Help → All Commands → FEA Boundary Conditions → SelectLine
The SelectLine
command is used to select all nodes near a line. There are two versions. The first one selects a line through the mesh. The second one selects a previously defined Path. The two versions are:
SelectLine (x1),(y1),(x2),(y2),<(tol)>
and
SelectLine (id)
where
(x1,y1)
and (x2,y2)
define (x, y)
coordinates (in length units) for the points at the beginning and end of the line (or (R, Z)
coordinates if axisymmetric).(tol)
is optional tolerance (in length units).(id)
is the id
of a previously defined path.Once nodes are selected, results at those nodes can be conditionally included in the FEA results by using the "selected
" mode for options in the Output command.
SelectLine
command is only allowed for FEA analyses.