Table of Contents

Class HorizontalPolygon2d

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll
public class HorizontalPolygon2d
Inheritance
HorizontalPolygon2d
Inherited Members
Extension Methods

Constructors

HorizontalPolygon2d(List<Point2d>)

public HorizontalPolygon2d(List<Point2d> point2d)

Parameters

point2d List<Point2d>

Properties

Points

public List<Point2d> Points { get; set; }

Property Value

List<Point2d>