Class WindWallParams
Represents parameters required to create a wind wall
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class WindWallParams : EntityParams
Properties
| Name | Description |
|---|---|
| AttributeSet | Gets the attribute set |
| PointIndices | Gets the indices of construction points defining the wind wall geometry |
Methods
| Name | Description |
|---|---|
| Create(IEnumerable<int>?) | Creates a new instance of WindWallParams class |
| Create(IEnumerable<int>?, IWindWallAttributeSet?) | Creates a new instance of WindWallParams class |
| Create(IEnumerable<IConstructionPoint?>?) | Creates a new instance of WindWallParams class |
| Create(IEnumerable<IConstructionPoint?>?, IWindWallAttributeSet?) | Creates a new instance of WindWallParams class |