リージョンの面積を表す double 値を取得します。曲線は指定した数で線に分割して面積を計算します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract double GetArea(
int curveDivisors
)
Public MustOverride Function GetArea (
curveDivisors As Integer
) As Double
パラメーター
- curveDivisors
- 型: SystemInt32
曲線の分割数。100 ~ 50000 の範囲の値。
戻り値
型:
Double
リージョンの面積を表す double 値
関連項目