> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Point List To and From Coordinate Text String

> AI context for Point List To and From Coordinate Text String. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/DaveMakesStuff/point-list-to-and-from-coordinate-text-string).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

A pair of blocks to convert between a Point List and an xyz Coordinate Text String

## Package Details

| Field            | Value                                                                |
| ---------------- | -------------------------------------------------------------------- |
| **ID**           | `point-list-to-and-from-coordinate-text-string`                      |
| **Type**         | Bundle                                                               |
| **Author**       | DaveMakesStuff                                                       |
| **Version**      | 0.1.0                                                                |
| **nTop Version** | 4.12+                                                                |
| **Domain**       | Geometry                                                             |
| **Complexity**   | Beginner                                                             |
| **Tags**         | `point`, `point list`, `coordinate text string`, `point coordinates` |
| **License**      | MIT                                                                  |
| **Verified**     | No                                                                   |

***

A pair of blocks to convert between a Point List and an xyz Coordinate Text String.

These blocks can be used in conjunction with the "Text List" overload in the "Concatenate Text" block to merge multiple point lists.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/DaveMakesStuff/point-list-to-and-from-coordinate-text-string/`.

## Usage

1. Open the provided `.ntop` file in nTop 4.12+.
2. Select the appropriate block to convert "Point List from Text String" or "Point List to Text String"
3. Add inputs as appropriate

## Inputs & outputs

| Name          | Type       | Notes    |
| ------------- | ---------- | -------- |
| `Point List`  | Point List | Required |
| `Text String` | Text       | Required |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/point-list-to-and-from-coordinate-text-string](https://community.ntop.com/packages/DaveMakesStuff/point-list-to-and-from-coordinate-text-string)
