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