ShapeCollectionAddEllipseArc メソッド |
楕円弧を追加します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract EllipseArcShape AddEllipseArc(
Point2d center,
double majorRadius,
double minorRadius,
double angle,
double startAngle,
double endAngle
)
Public MustOverride Function AddEllipseArc (
center As Point2d,
majorRadius As Double,
minorRadius As Double,
angle As Double,
startAngle As Double,
endAngle As Double
) As EllipseArcShape
パラメーター
- center
- 型: RootPro.RootProCAD.GeometryPoint2d
中心点の座標を表す Point2d - majorRadius
- 型: SystemDouble
長径 - minorRadius
- 型: SystemDouble
短径 - angle
- 型: SystemDouble
長径の傾き角度 (Degree) - startAngle
- 型: SystemDouble
開始角 (Degree) - endAngle
- 型: SystemDouble
終了角 (Degree)
戻り値
型:
EllipseArcShape楕円弧の図形を表す
EllipseArcShape関連項目