PointCloud constructor

__init__(self)

Constructor of PointCloud


def __init__(self):
    ...

__init__(self, name)

Constructor of PointCloud


def __init__(self, name):
    ...
ParameterTypeDescription
namestrThe name of this entity

See Also