Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Groups
StdMeshersBuilder_Segment_Python Class Reference

Defines a segment 1D algorithm for discretization of edges with Python function. More...

Inheritance diagram for StdMeshersBuilder_Segment_Python:
Inheritance graph

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...
 

Detailed Description

Defines a segment 1D algorithm for discretization of edges with Python function.

It is created by calling smeshBuilder.Mesh.Segment(smeshBuilder.PYTHON,geom=0)

Constructor & Destructor Documentation

def __init__ (   self,
  mesh,
  geom = 0 
)

Private constructor.

Parameters
meshparent mesh object algorithm is assigned to
geomgeometry (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().

Field Documentation

string meshMethod = "Segment"
static

name of the dynamic method in smeshBuilder.Mesh class

algoType = PYTHON
static

type of algorithm used with helper function in smeshBuilder.Mesh class

string docHelper = "Creates segment 1D algorithm for edges"
static

doc string of the method