Interface IPolygon
A 2D polygon for defining section profile geometry.
Namespace: Oasys.Profiles
Assembly: cs.temp.dll.dll
Syntax
public interface IPolygon
Properties
Points
The vertices of the polygon.
Declaration
IList<IPoint> Points { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IPoint> |
Methods
Create()
Creates a new IPolygon.
Declaration
static IPolygon Create()
Returns
| Type | Description |
|---|---|
| IPolygon | Polygon with zero vertices. |