From: eap Date: Fri, 31 Aug 2012 12:01:15 +0000 (+0000) Subject: 0021825: Error in the example of "Projection Algorithms" in the user's guide X-Git-Tag: V6_6_0a1~160 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9a4fdb5fc5717f42732e2a491077fcefcba2b22;p=modules%2Fsmesh.git 0021825: Error in the example of "Projection Algorithms" in the user's guide fix order of SetVertexAssociation() calls --- 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))