Class PolygonSet
- Assembly
- Alis.dll
The polygon set class
internal class PolygonSetInheritance
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
polyPolygon-
The poly
Fields
_polygons
The polygon
protected List<Polygon> _polygonsField 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
pPolygon-
The