Find more posts tagged with
Sort by:
1 - 5 of
51
Hello,
When a list of nodes is imported to a meshed model, is there a way to find what elements are near each imported node, given a certain tolerance?
If so, how to select and export these elements?
Thanks for your help.
Regards,
N.
Hi @NFMOREIRA
::hwat::utils::GetClosestElement x y z assemname
May be this is the command you are looking for, x y z are the coordinates of corresponding node.
Hi @NFMOREIRA
If the nodes are associated with the elements, there is option to find attached using TOOLS > FIND option in HyperMesh
However there is no direct option to find based on Tolerance. For this you may need to do customized scripting or automation.
<?xml version="1.0" encoding="UTF-8"?>