update_trimesh_index: Update from and to values in trimesh data

View source: R/2d.R

update_trimesh_indexR 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)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.