# Point Cloud

## Description

Apply colors to a list of points represented by optional bitmap symbols

{% tabs %}
{% tab title="Preview" %}
![](/files/jGyKrKlM5oirZWyK4yTN)
{% endtab %}

{% tab title="Location" %}
**Name** | Point Cloud

**Nickname** | Cloud

**Tab** | ThreeJs

**Panel** | Materials

**Division** | 6
{% endtab %}

{% tab title="Inputs" %}
**P** | **Points** (*Point*) | A list of points to populate a cloud.

**C** | **Colors** (*Colour*) | A corresponding list of colors.

**S** | **Size** (*Number*) | The size of the point cloud visualization.

**Img** | **Bitmap** (*Bitmap*) | A System Drawing Bitmap or full file path to an image.

**T** | **Threshold** (*Number*) | A list of points to populate a cloud.
{% endtab %}

{% tab title="Ouputs" %}
**M** | **Model Element** (*T+ Model*) | The updated Three Plus Model Element
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://interopxyz.gitbook.io/three-plus/components/materials/material-graphics/point-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
