pointTanArcV()

概要

Cir に p と接する線分を定義する vector 単位を返します。 cir は円弧プロトコル(ArcMixin による)を処理する必要があります。OnRight? は接線が必要かどうかを決定するために使用されます。 True の場合、線分の右側にある 1 つの円の中心に p から選択します。

構文

pointTanArcV ( p As Point, _
               cir As Part, _
               onRight? As Boolean ) As Vector 
引数 [タイプ] 説明
p Point 円の外側の point をクリックします。
cir Part 接線が必要な円弧です。
onRight? Boolean 選択する接点を決定します。