WindWallParams Constructor (IEnumerableInt32)

The constructor for a wind wall parameters

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public WindWallParams(
	IEnumerable<int> pointIndices
)

Parameters

pointIndices
Type: System.Collections.GenericIEnumerableInt32
The sequence of construction point indices
See Also