TransientGeometry.CreateArc2dByThreePoints2 Method
Parent Object: TransientGeometryDescription
Method that creates a Arc2d object.
Syntax
TransientGeometry.CreateArc2dByThreePoints2( PointOne As Point2d, PointTwo As Point2d, PointThree As Point2d ) As Arc2dParameters
Name | Type | Description |
PointOne | Point2d | Input Point2d that defines one of ending points of the arc. |
PointTwo | Point2d | Input Point2d that defines a point on the arc. |
PointThree | Point2d | Input Point2d that defines the other ending point of the arc. |