ShapeCollectionAddArcDimension メソッド |
円弧寸法を追加します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract ArcDimensionShape AddArcDimension(
Point2d centerPoint,
double radius,
double startAngle,
double endAngle,
double projectionLength
)
Public MustOverride Function AddArcDimension (
centerPoint As Point2d,
radius As Double,
startAngle As Double,
endAngle As Double,
projectionLength As Double
) As ArcDimensionShape
パラメーター
- centerPoint
- 型: RootPro.RootProCAD.GeometryPoint2d
測定円弧の中心点の座標を表す Point2d - radius
- 型: SystemDouble
測定円弧の半径 - startAngle
- 型: SystemDouble
測定円弧の開始角 (Degree) - endAngle
- 型: SystemDouble
測定円弧の終了角 (Degree) - projectionLength
- 型: SystemDouble
補助線長さ(基点から寸法線の始点までの長さ
戻り値
型:
ArcDimensionShape円弧寸法の図形を表す
ArcDimensionShape関連項目