update_trimesh_index | R Documentation |
This function update the from and to indexes.
update_trimesh_index(trimesh_data)
trimesh_data |
A tibble that contains wireframe data. |
A tibble that contains the updated edge information.
tr_from_to_df <- scurve_model_obj$trimesh_data
update_trimesh_index(trimesh_data = tr_from_to_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.