BSplineCurveShapeGetFlattenedPoints メソッド |
平坦化した点列を取得します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract Point2d[] GetFlattenedPoints(
double resolution,
int maxPointCount
)
Public MustOverride Function GetFlattenedPoints (
resolution As Double,
maxPointCount As Integer
) As Point2d()
パラメーター
- resolution
- 型: SystemDouble
平坦化した 2 点間の距離の最大値 - maxPointCount
- 型: SystemInt32
最大の点列数
戻り値
型:
Point2d
平坦化した点列を表す
Point2d の配列。
関連項目