SALOME documentation central

Projection Algorithms
[Defining Algorithms]

Data Structures

class  Mesh_Projection1D
 Defines a projection 1D algorithm. More...
class  Mesh_Projection2D
 Defines a projection 2D algorithm. More...
class  Mesh_Projection3D
 Defines a projection 3D algorithm. More...

Functions

def Projection1D
 Creates a projection 1D algorithm for edges.
def Projection2D
 Creates a projection 2D algorithm for faces.
def Projection3D
 Creates a projection 3D algorithm for solids.

Function Documentation

def Projection1D (   self,
  geom = 0 
) [inherited]

Creates a projection 1D algorithm for edges.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geom If defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection1D algorithm
def Projection2D (   self,
  geom = 0 
) [inherited]

Creates a projection 2D algorithm for faces.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geom If defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection2D algorithm
def Projection3D (   self,
  geom = 0 
) [inherited]

Creates a projection 3D algorithm for solids.

If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.

Parameters:
geom If defined, the subshape to be meshed
Returns:
an instance of Mesh_Projection3D algorithm
 All Data Structures Namespaces Files Functions Variables

Copyright © 2007-2008 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