'宣言 Public Overloads Sub Combine( _ ByVal inputGeometry As Geometry, _ ByVal combineMode As CombineMode, _ ByVal flatteningTolerance As System.Single, _ ByVal geometrySink As IGeometrySink _ )
public void Combine( Geometry inputGeometry, CombineMode combineMode, System.float flatteningTolerance, IGeometrySink geometrySink )
パラメータ
- inputGeometry
- このインスタンスと結合するジオメトリ。
- combineMode
- 実行する結合操作のタイプ。
- flatteningTolerance
- ジオメトリの多角形近似における点間の距離の最大境界。値が小さいの場合、正確な結果が生成されますが、実行が遅くなります。
- geometrySink
- 結合操作の結果。
戻り値の型
メソッドが成功すると、S_OK が返されます。 それ以外の場合は、HRESULT エラーコードが返されます。