![]() |
![]() |
![]() |
![]() |
DVextract_mesh
Synopsis
create a mesh without any data
module DVextract_mesh {
Mesh+IPort2 ∈
Node_Data out_nd {
nnodes => <-.in.nnodes;
nnode_data = 0;
};
Mesh+Node_Data+OPort2 &out=>merge(out_nd, in);
};Description
DVextract_mesh outputs the same mesh as the input, but with no node data (nnode_data=0).
Input
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |