Click or drag to resize

LineSegment2D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a line 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 LineSegment2D : Segment2D

The LineSegment2D type exposes the following members.

Constructors
  NameDescription
Public methodLineSegment2D
Initializes a new instance of the LineSegment2D class
Top
Properties
  NameDescription
Public propertyEndPoint
Gets or sets the endpoint of the segment.
(Inherited from Segment2D.)
Top
See Also