B.7. AddPointAttributes

Description. Copies point coordinates to the relevant attribute tables in a mesh, primarily for testing purposes.

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, Test Plugins

Table B.5. AddPointAttributes Properties

Label Description Type Script Name

Input Mesh

Input mesh

k3d::mesh*

input_mesh

Output Mesh

Output mesh

k3d::mesh*

output_mesh

Add point attributes

Add point data to the points attribute array

k3d::bool_t

add_point_attributes

Add vertex attributes

Add point data to the vertex attribute arrays

k3d::bool_t

add_vertex_attributes

Add parameter attributes

Add point data to the parameter attribute arrays

k3d::bool_t

add_parameter_attributes