MeshingAlgorithm3D

class pyccx.mesh.MeshingAlgorithm3D(value)

Bases: IntEnum

Attributes Summary

DELAUNAY

FRONTAL

FRONTAL_DELAUNAY

FRONTAL_HEX

HXT

MMG3D

RTREE

Methods Summary

has_value(value)

Attributes Documentation

DELAUNAY = 1
FRONTAL = 4
FRONTAL_DELAUNAY = 5
FRONTAL_HEX = 6
HXT = 10
MMG3D = 7
RTREE = 9

Methods Documentation

classmethod has_value(value)