Class PolygonSet
- Assembly
- Alis.dll
The polygon set class
internal class PolygonSet
Inheritance
Inherited Members
Constructors
PolygonSet()
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.Polygon.PolygonSet class
public PolygonSet()
PolygonSet(Polygon)
Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.CDT.Polygon.PolygonSet class
public PolygonSet(Polygon poly)
Parameters
poly
Polygon-
The poly
Fields
_polygons
The polygon
protected List<Polygon> _polygons
Field Value
Properties
Polygons
Gets the value of the polygons
public IEnumerable<Polygon> Polygons { get; }
Property Value
Methods
Add(Polygon)
Adds the p
public void Add(Polygon p)
Parameters
p
Polygon-
The