Skip to content
Daisuke YAMAGUCHI edited this page Nov 5, 2015 · 12 revisions

要約

Filler クラスは、高度な幾何演算によって複雑な曲面を生成するためのクラスです。

特異メソッド

  • new(degree=3, nb_pts_on_cur=15, nb_iter=2, anisotropie=false, tol2d=0.00001, tol3d=0.0001, tolang=0.01, tolcurv=0.1, maxdeg=8, maxsegments=9) -> self
    • Filler オブジェクトを作成します。

インスタンス メソッド

  • add_bound(edge, flag) -> nil
  • add() -> nil
  • build -> nil
  • done? -> bool
  • face -> Shape | nil
  • g0error(index=nil) -> float
  • g1error(index=nil) -> float
  • g2error(index=nil) -> float

Clone this wiki locally