Class: M_PointGroup

The M_PointGroup class represents a named group of points in a vector mesh.

Member Functions


string Name()

Returns the name of the group.

Return value (string): the name of the group
int CountPoints()

Returns the number of points in the group.

Return value (int): the number of points in the group
M_Point Point(id)

Returns a point in the group.

Return value (M_Point): a point in the group id (int): the id number of the point (0 is the first point in the group)