Skip to main content

Add Point

Overview

Creates a mesh data object consisting of one or more discrete points based on a list of 3D coordinates.


Inputs

NameTypeDescription
PointsList<Vector3>A list of coordinates where vertices will be created.

Outputs

NameTypeDescription
OutputMeshDataA mesh data object containing the generated vertices.

Parameters

This node does not expose additional parameters.


Behavior Notes