SketchCircles3D.AddByThreePoints Method
Parent Object: SketchCircles3DDescription
Method that creates a new sketch circle passing through the three input points.
Remarks
The three points are any three points along the perimeter of the desired circle and must all lie on the same plane.Syntax
SketchCircles3D.AddByThreePoints( StartPoint As Object, MidPoint As Object, EndPoint As Object ) As SketchCircle3DParameters
Name | Type | Description |
StartPoint | Object | Input Point that defines the first point along the circle. |
MidPoint | Object | Input Point that defines the second point along the circle. |
EndPoint | Object | Input Point that defines the third point along the circle. |