Skip to content

mkit.ext

ICTFaceKit

Bases: Mapping[str, PolyData]

face property

face: PolyData

head property

head: PolyData

mesh instance-attribute

mesh: PolyData = read(filename, progress_bar=progress_bar)

narrow_face property

narrow_face: PolyData

__getitem__

__getitem__(name: str) -> PolyData

__init__

__init__(*, progress_bar: bool = True) -> None

__iter__

__iter__() -> Iterator[str]

__len__

__len__() -> int

extract

extract(*name: str, progress_bar: bool = True) -> PolyData

polygon_indices staticmethod

polygon_indices(*name: str) -> NDArray[integer]

vertex_indices staticmethod

vertex_indices(*name: str) -> NDArray[integer]

tetgen

tetgen(surface: AnySurfaceMesh) -> UnstructuredGrid

tetwild

tetwild(surface: AnySurfaceMesh) -> UnstructuredGrid