Click or drag to resize

ElementSetDefinitionCreatePointElementSet Method

Overload List
  NameDescription
Public methodStatic memberCreatePointElementSet(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
Public methodStatic memberCreatePointElementSet(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
Top
See Also