Method Create
Create(IEnumerable<int>?)
Creates a new instance of WindWallParams class
Declaration
public static WindWallParams Create(IEnumerable<int>? pointIndices)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<int> | pointIndices | The sequence of construction point indices |
Returns
| Type | Description |
|---|---|
| WindWallParams | The newly created instance of WindWallParams class |
Create(IEnumerable<IConstructionPoint?>?)
Creates a new instance of WindWallParams class
Declaration
public static WindWallParams Create(IEnumerable<IConstructionPoint?>? points)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<IConstructionPoint> | points | The sequence of IConstructionPoint |
Returns
| Type | Description |
|---|---|
| WindWallParams | The newly created instance of WindWallParams class |