11 Info <<
"Entering: USERD_get_part_coords" <<
endl <<
12 "part_number = " << part_number <<
endl <<
flush;
23 for (label indx=0; indx<
nPoints; indx++)
25 coord_array[0][indx+1] = (float)points[indx].x();
26 coord_array[1][indx+1] = (float)points[indx].
y();
27 coord_array[2][indx+1] = (float)points[indx].z();
35 label
patchi = part_number-2;
40 for (label indx=0; indx<
nPoints; indx++)
42 coord_array[0][indx+1] = (float)points[indx].x();
43 coord_array[1][indx+1] = (float)points[indx].
y();
44 coord_array[2][indx+1] = (float)points[indx].z();
60 coord_array[0][indx] = (float)
elmnt().position().x();
61 coord_array[1][indx] = (float)
elmnt().position().y();
62 coord_array[2][indx] = (float)
elmnt().position().z();