Version: 6.3.1
Functions

Moving nodes

Modifying meshes
Collaboration diagram for Moving nodes:

Functions

def smeshDC::Mesh.MoveNode
 Moves the node with the given id.

Function Documentation

def smeshDC.Mesh.MoveNode (   self,
  NodeID,
  x,
  y,
  z 
) [inherited]

Moves the node with the given id.

Parameters:
NodeIDthe id of the node
xa new X coordinate
ya new Y coordinate
za new Z coordinate
Returns:
True if succeed else False

Definition at line 2664 of file smeshDC.py.

02665                                        :
02666         x,y,z,Parameters = geompyDC.ParseParameters(x,y,z)
02667         self.mesh.SetParameters(Parameters)
02668         return self.editor.MoveNode(NodeID, x, y, z)

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