grasp
precision-grasp
graspSynthesis
app
matlab
save_CAD.m
1
function
p = save_CAD(F,V,color)
2
p=patch('faces', F, 'vertices' ,V);
3
set(p, 'facec', color); % Set the face color (force it)
4
set(p, 'EdgeColor','none');
5
end
6
Generated by
1.8.12