Share

TransientGeometry.CreateArc2dByThreePoints2 Method

Parent Object: TransientGeometry

Description

Method that creates a Arc2d object.

Syntax

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

Parameters

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.

Version

Introduced in version 2025.1

Was this information helpful?