From c9a4fdb5fc5717f42732e2a491077fcefcba2b22 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 31 Aug 2012 12:01:15 +0000 Subject: [PATCH] 0021825: Error in the example of "Projection Algorithms" in the user's guide fix order of SetVertexAssociation() calls --- resources/StdMeshers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/StdMeshers.xml b/resources/StdMeshers.xml index 979fa7fc5..b82d6a441 100644 --- a/resources/StdMeshers.xml +++ b/resources/StdMeshers.xml @@ -304,7 +304,7 @@ dim="2"> Projection_2D=Projection2D() - ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) + ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) @@ -329,7 +329,7 @@ dim="3"> Projection_3D=Projection3D() - ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) + ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) -- 2.39.2