TransientGeometry.CreateArc2dByThreePoints Method

Parent Object: TransientGeometry

Description

Method that creates a new Arc2d object by three points. The object created is a transient mathematical object and is not displayed graphically.

Syntax

TransientGeometry.CreateArc2dByThreePoints( PointOne As Point2d, PointTwo As Point2d, PointThree As Point2d ) As Arc2d

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