Point Cloud Export
VEX node
This node exports point data while inside a pcunshaded loop.
See also: Point Cloud Open, Point Cloud Unshaded, pcexport
The pcexport VOP exports point information while inside a Point Cloud Unshaded context. The data produced by pcexport should correspond to the current iteration point, and once data has been exported for a given iteration point that point will never be processed again by a pcunshaded loop. pcexport should only be used with a pcunshaded loop - otherwise its behavior will be undefined. The channel name should match the channel provided to the pcunshaded loop, and the channel should not already exist in the point cloud file. This node corresponds to the pcexport VEX function.
Inputs
|
handle |
The point cloud handle to be used for export. |
|
channel |
The channel to export. You should select the data type for the channel using the Signature parameter. |
|
data |
The data to insert into the export channel. |
Outputs
|
success |
Returns 1 when the export was successful. |
Usages in other examples
| Example name | Example for |
|---|