Defines a segment 1D algorithm for discretization of edges with Python function. More...
Public Member Functions | |
def | __init__ |
Private constructor. More... | |
def | PythonSplit1D |
Defines "PythonSplit1D" hypothesis. More... | |
Static Public Attributes | |
string | meshMethod = "Segment" |
name of the dynamic method in smeshBuilder.Mesh class More... | |
algoType = PYTHON | |
type of algorithm used with helper function in smeshBuilder.Mesh class More... | |
string | docHelper = "Creates segment 1D algorithm for edges" |
doc string of the method More... | |
Defines a segment 1D algorithm for discretization of edges with Python function.
It is created by calling smeshBuilder.Mesh.Segment(smeshBuilder.PYTHON,geom=0)
def __init__ | ( | self, | |
mesh, | |||
geom = 0 |
|||
) |
Private constructor.
mesh | parent mesh object algorithm is assigned to |
geom | geometry (shape/sub-shape) algorithm is assigned to; if it is 0 (default), the algorithm is assigned to the main shape |
References StdMeshersBuilder_Segment.algoType, StdMeshersBuilder_CompositeSegment.algoType, StdMeshersBuilder_Segment_Python.algoType, and Mesh_Algorithm.Create().
|
static |
name of the dynamic method in smeshBuilder.Mesh class
|
static |
type of algorithm used with helper function in smeshBuilder.Mesh class
|
static |
doc string of the method