Defines a projection 1D algorithm.
More...
|
def | __init__ |
| Private constructor. More...
|
|
def | SourceEdge |
| Defines "Source Edge" hypothesis, specifying a meshed edge, from where a mesh pattern is taken, and, optionally, the association of vertices between the source edge and a target edge (to which a hypothesis is assigned) More...
|
|
Defines a projection 1D algorithm.
It is created by calling smeshBuilder.Mesh.Projection1D(geom=0)
def __init__ |
( |
|
self, |
|
|
|
mesh, |
|
|
|
geom = 0 |
|
) |
| |
def SourceEdge |
( |
|
self, |
|
|
|
edge, |
|
|
|
mesh = None , |
|
|
|
srcV = None , |
|
|
|
tgtV = None , |
|
|
|
UseExisting = 0 |
|
) |
| |
Defines "Source Edge" hypothesis, specifying a meshed edge, from where a mesh pattern is taken, and, optionally, the association of vertices between the source edge and a target edge (to which a hypothesis is assigned)
- Parameters
-
edge | from which nodes distribution is taken |
mesh | from which nodes distribution is taken (optional) |
srcV | a vertex of edge to associate with tgtV (optional) |
tgtV | a vertex of the edge to which the algorithm is assigned, to associate with srcV (optional) |
UseExisting | if ==true - searches for the existing hypothesis created with the same parameters, else (default) - creates a new one |
References smeshBuilder.AssureGeomPublished(), Mesh_Algorithm.Hypothesis(), Mesh_Algorithm.mesh, Mesh.mesh, submeshProxy.mesh, meshEditor.mesh, and algoCreator.mesh.
string meshMethod = "Projection1D" |
|
static |
string algoType = "Projection_1D" |
|
static |
flag pointing whether this algorithm should be used by default in dynamic method of smeshBuilder.Mesh class
string docHelper = "Creates projection 1D algorithm for edges" |
|
static |