emitsetSlotDescription("convert(int,bool)","Convert a mesh to PolyMesh or to TriMesh. returns the ID of the new mesh or -1 in case of error. The old mesh remains unchanged.",
QString("object_id,toTriMesh").split(","),
QString(" id of an object to convert, flag to convert to a TriMesh, if not set creates a new PolyMesh").split(","));
emitsetSlotDescription("convert(int,bool)","Convert a mesh to PolyMesh or to TriMesh. returns the ID of the new mesh or -1 in case of error. The old mesh remains unchanged.",
QString("object_id,toTriMesh").split(","),
QString(" id of an object to convert, flag to convert to a TriMesh, if not set creates a new PolyMesh").split(","));