arcCenter3Point()

概要

を返します。 3] points を通過する円弧の中心です。 point points 同一直線上にできません。

構文

ArcCenter3Point ( p1 As Point, _
                  p2 As Point, _
                  p3 As Point ) As Point 
引数 [タイプ] 説明
p1 Point 円弧上の 3 つの points のうち 1 つ
p2 Point 円弧上の 3 つの points のうち 1 つ
p3 Point 円弧上の 3 つの points のうち 1 つ

例 1

Intent >arcCenter3Point(point(-1,-1,0), point(1,1,0), point(-1,1,0))
--> Point_(0.0, 0.0, 0.0, WorldFrame())