Click or drag to resize

ArcSegment2D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents an arc segment in two-dimensional space.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Geometry2D
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class ArcSegment2D : Segment2D

The ArcSegment2D type exposes the following members.

Constructors
  NameDescription
Public methodArcSegment2D
Initializes a new instance of the ArcSegment2D class
Top
Properties
  NameDescription
Public propertyEndPoint
Gets or sets the endpoint of the segment.
(Inherited from Segment2D.)
Public propertyPoint
Gets or sets the point of circular arc somewhere between start and end point.
Top
See Also