mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
0021825: Error in the example of "Projection Algorithms" in the user's guide
fix order of SetVertexAssociation() calls
This commit is contained in:
parent
a3401eaf9a
commit
c9a4fdb5fc
@ -304,7 +304,7 @@
|
||||
dim="2">
|
||||
<python-wrap>
|
||||
<algo>Projection_2D=Projection2D()</algo>
|
||||
<hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
|
||||
<hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
|
||||
</python-wrap>
|
||||
</algorithm>
|
||||
|
||||
@ -329,7 +329,7 @@
|
||||
dim="3">
|
||||
<python-wrap>
|
||||
<algo>Projection_3D=Projection3D()</algo>
|
||||
<hypo>ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
|
||||
<hypo>ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
|
||||
</python-wrap>
|
||||
</algorithm>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user