Interface IArcSegment<TPoint>
An arc segment used to define IPath<TPoint>.
Namespace: Oasys.Geometry.Paths2D
Assembly: AdSec_API_IDL.dll
Syntax
public interface IArcSegment<TPoint> : IPathSegment<TPoint>
Type Parameters
Name | Description |
---|---|
TPoint |
Remarks
Start point of the segment is StartPoint. In case the Segments has one or more segments, the end point of the previous segment defines the next segment's start point.
Properties
Centre
Centre of the arc segment.
Declaration
TPoint Centre { get; }
Property Value
Type | Description |
---|---|
TPoint |
SweepAngle
Angle sweeped by the arc segment from its start point.
Positive angle is considered anti-clockwise.
Declaration
Angle SweepAngle { get; }
Property Value
Type | Description |
---|---|
OasysUnits.Angle |