arcCenterTanLineThruPoint()

Synopsis

Returns the center point of circular arc of radius rad which is tangent to tanLine and which passes through thruPoint. thruPoint must not lie on tanLine. onRight? is used to discriminate between two possible arc choices.

Syntax

ArcCenterTanLineThruPoint ( tanLine As Part, _
                            thruPoint As Point, _
                            rad As Number, _
                            onRight? As Boolean ) As Point 
Argument Type Description
tanLine Part Line tangent to arc
thruPoint Point Point on arc
rad Number Radius of arc
onRight? Boolean Used to discriminate between two possible choices for arc