Share

Arc2d Object


Description

The Arc2d object is a mathematical representation of a 2d arc.

Methods

Name Description
Copy Creates a copy of this Arc2d object. The result is entirely independent and can be edited without affecting the original Arc2d object.
GetArcData Get the data defining this arc.
PutArcData Method that sets the data defining this arc.

Properties

Name Description
Center Specifies the center point for this arc.
EndPoint Property that returns the end point of the arc.
Evaluator Property that returns the Curve2dEvaluator for this arc.
MidPoint Read-only property that returns the mid point of the arc.
Radius Specifies the radius for this arc.
StartAngle Specifies the starting angle for this arc.
StartPoint Property that gets the start point of the arc.
SweepAngle Specifies the sweep angle from the start angle for this arc.

Accessed From

Arc2d.Copy, SketchArc.Geometry, SketchArcProxy.Geometry, TransientGeometry.CreateArc2d, TransientGeometry.CreateArc2dByThreePoints2

Version

Introduced in version 5

Was this information helpful?