TransientGeometry.CreateArc3dByThreePoints 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.
CreateArc3dByThreePoints(
PointOne As
Point,
PointTwo As
Point,
PointThree As
Point ) As
Arc3d
Parameters
PointOne |
Point |
First of three points. |
PointTwo |
Point |
Second of three points. |
PointThree |
Point |
Third of three points. |
Samples
Version
Introduced in version 2008