Share

TransientGeometry.CreateCircle2dByThreePoints Method

Parent Object: TransientGeometry

Description

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 Circle2d

Parameters

Name Type Description
PointOne Point2d First of three points.
PointTwo Point2d Second of three points.
PointThree Point2d Third of three points.

Version

Introduced in version 2008

Was this information helpful?