How to make a Rough Surface in 3-d Mesh part?

4 visualizaciones (últimos 30 días)
naresh bhimchand
naresh bhimchand el 17 de Abr. de 2020
Editada: KSSV el 17 de Abr. de 2020
This is my code,
clc
clf
model = createpde;
importGeometry(model,'CLAMP PLATE.stl');
pdegplot(model,'FaceLabels','on','EdgeLabels','on')
mesh = generateMesh(model,'Hmax',0.5)
figure
pdemesh(model,'NodeLabels','on')
hold on
In this code i imported a part in which in its second Face i like to make rough Surface by changing its node height but I dont have any idea to proceed further. So, Please help me to solve this problem.
And Thank you in Advance.

Respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by