classmethod neso_fame.mesh.MeshLayer.PrismMeshLayer(reference_elements: Sequence[Prism], bounds: Sequence[frozenset[Quad]], subdivisions: int = 1) MeshLayer[Prism, Quad, EndShape]

Construct a MeshLayer object made up of prisms, in a type-safe way.

This method isn’t really necessary but can be useful to reassure the type-checker that it is a PrismMeshLayer that is being constructed.


Last update: Sep 23, 2024