Groups
Groups
Sign in
Groups
Groups
iso2mesh-users
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–12 of 12
Julio Sotelo
,
Qianqian Fang
3
2/8/20
Clipping three-dimensional mesh.
the *
surfboolean
* > function. > > here is an example: > > [node1,face1,elem1]=
meshasphere
([10,10,10],10,1,10); > face1=volface(meshreorient(node1,elem1
unread,
Clipping three-dimensional mesh.
the *
surfboolean
* > function. > > here is an example: > > [node1,face1,elem1]=
meshasphere
([10,10,10],10,1,10); > face1=volface(meshreorient(node1,elem1
2/8/20
Anqi L
, …
Qianqian Fang
5
7/17/19
Surfboolean Problem.
calling function
Surfboolean
(), as in sample1.png two surface mesh have reverted orientation after I called meshcheckrepair() and inverted one of the mesh. But still when using
unread,
Surfboolean Problem.
calling function
Surfboolean
(), as in sample1.png two surface mesh have reverted orientation after I called meshcheckrepair() and inverted one of the mesh. But still when using
7/17/19
Chris W
,
Qianqian Fang
3
4/28/19
meshing two slabs with an intersecting object
then use
surfboolean
> to combine with a cylindrical mesh to create an inclusion. > > in your case, if you want to combine with a sphere, you can simply replace > the meshacylinder
unread,
meshing two slabs with an intersecting object
then use
surfboolean
> to combine with a cylindrical mesh to create an inclusion. > > in your case, if you want to combine with a sphere, you can simply replace > the meshacylinder
4/28/19
shorty2243
,
Qianqian Fang
4
3/14/18
sphere model
using the
meshasphere
function and >> using mergemesh to bring them together, the result looks like this: > > hi > > mergemesh() does not work when merging meshes
unread,
sphere model
using the
meshasphere
function and >> using mergemesh to bring them together, the result looks like this: > > hi > > mergemesh() does not work when merging meshes
3/14/18
shorty2243
,
Qianqian Fang
3
3/8/18
Simple Sphere Layers Plot
]=
meshasphere
([0 0 0],10,1); > [no2,fc2]=
meshasphere
([0 0 0],20,1); > [no3,fc3]=
meshasphere
([0 0 0],30,1.5); > [no,fc]=mergemesh(no1,fc1,no2,fc2,no3,fc3);
unread,
Simple Sphere Layers Plot
]=
meshasphere
([0 0 0],10,1); > [no2,fc2]=
meshasphere
([0 0 0],20,1); > [no3,fc3]=
meshasphere
([0 0 0],30,1.5); > [no,fc]=mergemesh(no1,fc1,no2,fc2,no3,fc3);
3/8/18
gian...@gmail.com
,
Qianqian Fang
3
6/15/17
Merge meshes inside a mesh box
]=
meshasphere
([0 0 0],1,1,2);/ > / > / > /% Create mesh for a 2.5 mm radius cylinder:/ > /[no2,fa2,el2]=meshacylinder([5 15 5],[5 -15 5],2.5,1,2);/ > / > / >
unread,
Merge meshes inside a mesh box
]=
meshasphere
([0 0 0],1,1,2);/ > / > / > /% Create mesh for a 2.5 mm radius cylinder:/ > /[no2,fa2,el2]=meshacylinder([5 15 5],[5 -15 5],2.5,1,2);/ > / > / >
6/15/17
Alessandro Faggiani
,
Qianqian Fang
2
4/24/16
Merge surface and merge mesh error
]=
meshasphere
([0 0 0],10,1);||| |||[no2,fc2]=
meshasphere
([10 0 0],10,1);||| |||[no,fc]=mergemesh(no1,fc1,no2,fc2);||| |||plotmesh(no,fc)||| |||| |||% rasterize both
unread,
Merge surface and merge mesh error
]=
meshasphere
([0 0 0],10,1);||| |||[no2,fc2]=
meshasphere
([10 0 0],10,1);||| |||[no,fc]=mergemesh(no1,fc1,no2,fc2);||| |||plotmesh(no,fc)||| |||| |||% rasterize both
4/24/16
Nerea Mangado
,
Qianqian Fang
5
12/4/14
[surf2mesh] Intersections
]=
meshasphere
([0 0 5],3,1,1); >> >> In order to obtain the volume, I used *surf2mesh*. However, it doesn't >> work properly. I think that maybe the surfaces
unread,
[surf2mesh] Intersections
]=
meshasphere
([0 0 5],3,1,1); >> >> In order to obtain the volume, I used *surf2mesh*. However, it doesn't >> work properly. I think that maybe the surfaces
12/4/14
Jagir Hussan
,
Qianqian Fang
3
9/11/14
Creating Concentric spheres
]=
meshasphere
([0 0 0], 10, 1); > [no2,fc2]=
meshasphere
([0 0 0], 7, 1); > [no3,fc3]=
meshasphere
([0 0 0], 5, 1); > > % combine 3 spheres and clean the surface > [no,fc
unread,
Creating Concentric spheres
]=
meshasphere
([0 0 0], 10, 1); > [no2,fc2]=
meshasphere
([0 0 0], 7, 1); > [no3,fc3]=
meshasphere
([0 0 0], 5, 1); > > % combine 3 spheres and clean the surface > [no,fc
9/11/14
Stephen Thomas
, …
Oren Ka
6
4/4/16
Questions on "Invalid PLC" error and representing different phases
: use
surfboolean
to merge these meshes into a single mesh and hope that each mesh gets assigned a different region attribute. Could you please tell me if this is the right strategy? When
unread,
Questions on "Invalid PLC" error and representing different phases
: use
surfboolean
to merge these meshes into a single mesh and hope that each mesh gets assigned a different region attribute. Could you please tell me if this is the right strategy? When
4/4/16
Miguel Mendes
4/28/14
create meshed volume
spherical (
meshasphere
) and disc electrodes using
surfboolean
operations. Then, using mergemesh I joined the 5 head layers and the electrodes. Finally, the surf2mesh doesn'
unread,
create meshed volume
spherical (
meshasphere
) and disc electrodes using
surfboolean
operations. Then, using mergemesh I joined the 5 head layers and the electrodes. Finally, the surf2mesh doesn'
4/28/14
naam...@gmail.com
,
Qianqian Fang
11
8/19/13
Mesh multiple island regions
Hey, I am trying to mesh a ball with multiple smaller balls in it. The problem is that the program
unread,
Mesh multiple island regions
Hey, I am trying to mesh a ball with multiple smaller balls in it. The problem is that the program
8/19/13