Version: 6.3.1
Functions

Diagonal inversion of elements

Modifying meshes
Collaboration diagram for Diagonal inversion of elements:

Functions

def smeshDC::Mesh.InverseDiag
 Replaces two neighbour triangles sharing Node1-Node2 link with the triangles built on the same 4 nodes but having other common link.

Function Documentation

def smeshDC.Mesh.InverseDiag (   self,
  NodeID1,
  NodeID2 
) [inherited]

Replaces two neighbour triangles sharing Node1-Node2 link with the triangles built on the same 4 nodes but having other common link.

Parameters:
NodeID1the ID of the first node
NodeID2the ID of the second node
Returns:
false if proper faces were not found

Definition at line 2725 of file smeshDC.py.

02726                                            :
02727         return self.editor.InverseDiag(NodeID1, NodeID2)

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS