pyvista.BoxSource

目次

pyvista.BoxSource#

class BoxSource(*args, **kwargs)[ソース]#

ボックスのソースを作成します。

Added in version 0.44.

パラメータ:
boundssequence[float], default: (-1.0, 1.0, -1.0, 1.0, -1.0, 1.0)

Specify the bounds of the box. (x_min, x_max, y_min, y_max, z_min, z_max).

levelint, default: 0

面の細分化レベル.

quadsbool, default: True

4つのポイントのセットに対して4角形または2つの3角形のいずれかを生成するようにソースに指示するフラグ.

メソッド

アトリビュート

BoxSource.bounds

Return or set the bounds of the box.

BoxSource.level

面の細分化レベルを取得します。

BoxSource.output

このアルゴリズムのポートの出力データオブジェクトを取得します.

BoxSource.quads

Flag to tell the source to generate a quad or two triangle for a set of four points.