Skip to main content
pyvista.plotting.opts.ElementType
-
enum ElementType(value)[ソース]
要素幾何学の種類.
- メンバー種別:
int
有効な値は以下の通りです:
-
MESH = <ElementType.MESH: 0>
-
CELL = <ElementType.CELL: 1>
-
FACE = <ElementType.FACE: 2>
-
EDGE = <ElementType.EDGE: 3>
-
POINT = <ElementType.POINT: 4>