MeshingAlgorithm3D
-
class pyccx.mesh.MeshingAlgorithm3D(value)
Bases: IntEnum
Attributes Summary
Methods Summary
Attributes Documentation
-
DELAUNAY = 1
-
FRONTAL = 4
-
FRONTAL_DELAUNAY = 5
-
FRONTAL_HEX = 6
-
HXT = 10
-
MMG3D = 7
-
RTREE = 9
Methods Documentation
-
classmethod has_value(value)