mosaic.container.DataContainer.add# DataContainer.add(points, color=None, **kwargs)[source]# Add a new geometry object to the container. Parameters: pointsnp.ndarray or GeometryPoints to add to the container. colortuple of float, optionalRGB color values for the point cloud. Returns: intIndex of the new point cloud.