ElementSetDefinitionCreatePointElementSet Method |
Name | Description | |
---|---|---|
CreatePointElementSet(CoordinateType, ICoordinate) |
Creates an elementset with one element being one point, i.e., contains one vertex.
The ICoordinate is added as a point-element with
that vertex coordinate as point coordinate
| |
CreatePointElementSet(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
|