Table of Contents

Class ArcSegment2D

Namespace
IdeaRS.OpenModel.Geometry2D
Assembly
IdeaRS.OpenModel.dll

Represents an arc segment in two-dimensional space.

[OpenModelClass("CI.Geometry2D.CircularArcSegment2D,CI.Geometry2D")]
[DataContract]
public class ArcSegment2D : Segment2D

Inheritance

Inherited Members

Properties

Point

Gets or sets the point of circular arc somewhere between start and end point.

[DataMember]
public Point2D Point { get; set; }

Property Value

Point2D