フィルタリング#

これらの例は フィルタ モジュールに存在する様々なメッシュ解析とフィルタリングルーチンの事例を示します.次のようなタスクを実行するには,これらのデモを参照してください.

  • メッシュのスライスとカット

  • ボリューム,領域,サーフェス法線などのメッシュプロパティの計算

  • メッシュ間引き

  • 別のメッシュのサーフェスを使用して1つのメッシュの領域を抽出します

  • サーフェスメッシュを使用したレイトレーシング

  • メッシュ間のスカラー/ベクトル値のリサンプリングと補間

  • ベクトルフィールドを積分して,流線を生成します.

  • サーフェスをスムージングする

ブール演算

Boolean Operations

セルの中心を抽出

Extract Cell Centers

平面とボックスでクリップします

Clipping with Planes & Boxes

衝突

Collision

表面の法線を計算します

Computing Surface Normals

ボリューム分析

Volumetric Analysis

連結度

Connectivity

コンタリング

Contouring

間引き

Decimation

2つのサーフェス間の距離

Distance Between Two Surfaces

サーフェス内のセルを抽出

Extract Cells Inside Surface

エッジを抽出

Extract Edges

表面を抽出

Extract Surface

押し出し回転

Extrude Rotation

押し出しトリム

Extrude Trim

Gaussianスムージング

Gaussian Smoothing

測地パス

Geodesic Paths

字形のプロット (ベクトルかPolyData)

Plotting Glyphs (Vectors or PolyData)

字形表

Table of Glyphs

フィールドの勾配を計算する

Compute Gradients of a Field

Perlinノイズによる高速フーリエ変換

Fast Fourier Transform with Perlin Noise

高速Fourier変換

Fast Fourier Transform

データの積分

Integrate Data

補間

Interpolating

メッシュ品質の計算

Computing Mesh Quality

平面に投影

Project to a Plane

メッシュを反射

Reflect Meshes

回転

Rotations

サンプル関数:2DでのPerlinノイズ

Sample Function: Perlin Noise in 2D

サンプル関数:3DでのPerlinノイズ

Sample Function: Perlin Noise in 3D

流線

Streamlines

2D流線

2D Streamlines

セルの細分化

Subdivide Cells

サーフェスの再構築

Surface Reconstruction

共通フィルタの使用

Using Common Filters

ベクトルによるワープ

Warping by Vectors