Page 1 of 1

extracting a subpart of a mesh

Posted: Tue Jun 12, 2012 8:19 am
by Olivier Coulon
Hello,
I thought there was an Aims command to extract a subpart of a mesh using a ROI defined in a texture, but I can't put my hand on it. Before I implement it myself, could somebody confirm that it actually exist ? (if not as a command line, at least as a class ?)

Thanks,

Olivier

Re: extracting a subpart of a mesh

Posted: Tue Jun 12, 2012 9:56 am
by riviere
Hi Olivier,
It exists, but I don't think we have actually made a commandline for it. You can use it in python or C++. The function is SurfaceManip::meshExtract (or aims.SurfaceManip.meshExtract in python).
Denis

Re: extracting a subpart of a mesh

Posted: Tue Jun 12, 2012 10:30 am
by Olivier Coulon
Cool, thank you Denis.

Olivier