Class M_PointGroup
Version added: before 9.5
The M_PointGroup class represents a named group of points in a vector mesh.
Methods of M_PointGroup:
Name | Returns | Description | Ver |
AddPointID AddPointID(id) | void | < 9.5 | |
ContainsPointID ContainsPointID(id) | bool | < 9.5 | |
CountPoints CountPoints() | int32 | Returns the number of points in the group | < 9.5 |
Name Name() | char | Returns the name of the group | < 9.5 |
Point Point(id) | M_Point | Returns a point in the group | < 9.5 |
Properties of M_PointGroup:
Name | Type | Description | Ver |
fName | String | < 9.5 |