TransientGeometry.CreateCircleByThreePoints Method
Parent Object: TransientGeometryDescription
Method that creates a new Circle object by three points. The object created is a transient mathematical object and is not displayed graphically.
Syntax
TransientGeometry.CreateCircleByThreePoints( PointOne As Point, PointTwo As Point, PointThree As Point ) As CircleParameters
Name | Type | Description |
PointOne | Point | First of three points. |
PointTwo | Point | Second of three points. |
PointThree | Point | Third of three points. |