Click or drag to resize

ElementSetDefinitionCreatePointElementSet Method (CoordinateType, IListICoordinate)

Creates an elementset where each element is a point, i.e., contains one vertex. Each member of the vertices list is added as a point-element with that vertex coordinate as point coordinate

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static ElementSetDefinition CreatePointElementSet(
	CoordinateType coordinateType,
	IList<ICoordinate> vertices
)

Parameters

coordinateType
Type: CoordinateType
Type of coordinate
vertices
Type: System.Collections.GenericIListICoordinate
List of ICoordinate to make into point elements

Return Value

Type: ElementSetDefinition

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.ElementSetDefinition.CreatePointElementSet(DHI.Mike1D.Generic.Spatial.Geometry.CoordinateType,System.Collections.Generic.IList{DHI.Mike1D.Generic.Spatial.Geometry.ICoordinate})"]

See Also