Class Polygon2D
- Namespace
- IdeaRS.OpenModel.Geometry2D
- Assembly
- IdeaRS.OpenModel.dll
Represents a polygon in two-dimensional space.
[OpenModelClass("CI.Geometry2D.Polygon2D,CI.Geometry2D")]
[DataContract]
public class Polygon2D : OpenObject
Inheritance
Derived
Inherited Members
Constructors
Polygon2D()
Constructor
public Polygon2D()
Properties
Points
List of polygon points
[DataMember]
public List<Point2D> Points { get; set; }