Version: 6.3.1
Home
Public Member Functions | Data Fields

Mesh_Projection3D Class Reference

Defines a projection 3D algorithm. More...

Public Member Functions

def __init__
 Private constructor.
def SourceShape3D
 Defines the "Source Shape 3D" hypothesis, specifying a meshed solid, from where the mesh pattern is taken, and, optionally, the association of vertices between the source and the target solid (to which a hipothesis is assigned)
def FindHypothesis
 Finds a hypothesis in the study by its type name and parameters.
def FindAlgorithm
 Finds the algorithm in the study by its type name.
def GetSubMesh
 If the algorithm is global, returns 0;
else returns the submesh associated to this algorithm.
def GetAlgorithm
 Returns the wrapped mesher.
def GetCompatibleHypothesis
 Gets the list of hypothesis that can be used with this algorithm.
def GetName
 Gets the name of the algorithm.
def SetName
 Sets the name to the algorithm.
def GetId
 Gets the id of the algorithm.
def Create
 Private method.
def Assign
 Private method.
def CompareHyp
def CompareEqualHyp
def Hypothesis
 Private method.
def MainShapeEntry
 Returns entry of the shape to mesh in the study.
def ViscousLayers
 Defines "ViscousLayers" hypothesis to give parameters of layers of prisms to build near mesh boundary.

Data Fields

 mesh
 geom
 subm
 algo

Detailed Description

Defines a projection 3D algorithm.


Constructor & Destructor Documentation

def __init__ (   self,
  mesh,
  geom = 0 
)

Private constructor.


Member Function Documentation

def SourceShape3D (   self,
  solid,
  mesh = 0,
  srcV1 = 0,
  tgtV1 = 0,
  srcV2 = 0,
  tgtV2 = 0,
  UseExisting = 0 
)

Defines the "Source Shape 3D" hypothesis, specifying a meshed solid, from where the mesh pattern is taken, and, optionally, the association of vertices between the source and the target solid (to which a hipothesis is assigned)

Parameters:
solidfrom where the mesh pattern is taken
meshfrom where the mesh pattern is taken (optional)
srcV1a vertex of solid to associate with tgtV1 (optional)
tgtV1a vertex of the solid where the algorithm is assigned, to associate with srcV1 (optional)
srcV2a vertex of solid to associate with tgtV1 (optional)
tgtV2a vertex of the solid to which the algorithm is assigned, to associate with srcV2 (optional)
UseExisting- if ==true - searches for the existing hypothesis created with the same parameters, else (default) - creates a new one

Note: association vertices must belong to one edge of a solid

def FindHypothesis (   self,
  hypname,
  args,
  CompareMethod,
  smeshpyD 
) [inherited]

Finds a hypothesis in the study by its type name and parameters.

Finds only the hypotheses created in smeshpyD engine.

Returns:
SMESH.SMESH_Hypothesis
def FindAlgorithm (   self,
  algoname,
  smeshpyD 
) [inherited]

Finds the algorithm in the study by its type name.

Finds only the algorithms, which have been created in smeshpyD engine.

Returns:
SMESH.SMESH_Algo
def GetSubMesh (   self) [inherited]

If the algorithm is global, returns 0;
else returns the submesh associated to this algorithm.

def GetAlgorithm (   self) [inherited]

Returns the wrapped mesher.

def GetCompatibleHypothesis (   self) [inherited]

Gets the list of hypothesis that can be used with this algorithm.

def GetName (   self) [inherited]

Gets the name of the algorithm.

def SetName (   self,
  name 
) [inherited]

Sets the name to the algorithm.

def GetId (   self) [inherited]

Gets the id of the algorithm.

def Create (   self,
  mesh,
  geom,
  hypo,
  so = "libStdMeshersEngine.so" 
) [inherited]

Private method.

def Assign (   self,
  algo,
  mesh,
  geom 
) [inherited]

Private method.

def CompareHyp (   self,
  hyp,
  args 
) [inherited]
def CompareEqualHyp (   self,
  hyp,
  args 
) [inherited]
def Hypothesis (   self,
  hyp,
  args = [],
  so = "libStdMeshersEngine.so",
  UseExisting = 0,
  CompareMethod = "" 
) [inherited]

Private method.

def MainShapeEntry (   self) [inherited]

Returns entry of the shape to mesh in the study.


Field Documentation

mesh [inherited]
geom [inherited]

Reimplemented in Mesh_Segment.

subm [inherited]
algo [inherited]
 All Data Structures Namespaces Files Functions Variables
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