update_trimesh_index {quollr} | R Documentation |
Update from and to values in trimesh data
Description
This function update the from and to indexes.
Usage
update_trimesh_index(trimesh_data)
Arguments
trimesh_data |
A tibble that contains wireframe data. |
Value
A tibble that contains the updated edge information.
Examples
tr_from_to_df <- scurve_model_obj$trimesh_data
update_trimesh_index(trimesh_data = tr_from_to_df)
[Package quollr version 0.3.7 Index]