Learn R Programming

quollr (version 0.3.7)

update_trimesh_index: Update from and to values in trimesh data

Description

This function update the from and to indexes.

Usage

update_trimesh_index(trimesh_data)

Value

A tibble that contains the updated edge information.

Arguments

trimesh_data

A tibble that contains wireframe data.

Examples

Run this code
tr_from_to_df <- scurve_model_obj$trimesh_data
update_trimesh_index(trimesh_data = tr_from_to_df)

Run the code above in your browser using DataLab