Interface IPolygon
A 2D polygon for defining section profile geometry.
Namespace: Oasys.Profiles
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPolygonProperties
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. |