ShapeChamferExecute メソッド (BasicShape, Point2d, BasicShape, Point2d, Double, Double) |
2 つの図形を指定して面取りを実行します。
名前空間:
RootPro.RootProCAD.Geometry
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract ChamferResult Execute(
BasicShape shape1,
Point2d pickPoint1,
BasicShape shape2,
Point2d pickPoint2,
double sideLength1,
double sideLength2
)
Public MustOverride Function Execute (
shape1 As BasicShape,
pickPoint1 As Point2d,
shape2 As BasicShape,
pickPoint2 As Point2d,
sideLength1 As Double,
sideLength2 As Double
) As ChamferResult
パラメーター
- shape1
- 型: RootPro.RootProCADBasicShape
1 番目の図形 (線または連続線) を表す BasicShape - pickPoint1
- 型: RootPro.RootProCAD.GeometryPoint2d
1 番目の図形のピック点を表す Point2d - shape2
- 型: RootPro.RootProCADBasicShape
2 番目の図形 (線または連続線) を表す BasicShape - pickPoint2
- 型: RootPro.RootProCAD.GeometryPoint2d
2 番目の図形のピック点を表す Point2d - sideLength1
- 型: SystemDouble
面取り部分の 1 番目の図形の辺の長さ - sideLength2
- 型: SystemDouble
面取り部分の 2 番目の図形の辺の長さ
戻り値
型:
ChamferResult
面取りの実行結果を表す
ChamferResult関連項目