Points.hasName

Points.hasName(name)

Determine if point name exists.

Parameters:

names (str) – The name of a point.

Returns:

bool

Examples

>>> X = nimble.identity(4, pointNames=['a', 'b', 'c', 'd'])
>>> X.points.hasName('a')
True
>>> X.points.hasName('e')
False

Keywords: title, header, heading, named