Feeds
已回答
Create a 3D patch faces matrix from vertices matrix
function [faces_matrix] = vertices2faces (vertices_matrix) %this function recives vertices matrix for an 'n' lines polygon and ...
Create a 3D patch faces matrix from vertices matrix
function [faces_matrix] = vertices2faces (vertices_matrix) %this function recives vertices matrix for an 'n' lines polygon and ...
5 years 前 | 1
| 已接受
提问
Create a 3D patch faces matrix from vertices matrix
Hello, im trying to convert 2D patches to 3D patches (extrude the 2D poligon) . for that purpose i already have a vertices mat...
5 years 前 | 2 个回答 | 0