Plot an Elliptical Tube (ETRep)
Plots a given ETRep with options for boundary, material frames, and projection visualization.
plot_Elliptical_Tube( tube, plot_boundary = TRUE, plot_r_max = FALSE, plot_r_project = TRUE, plot_frames = TRUE, frameScaling = NA, plot_spine = TRUE, plot_normal_vec = FALSE, plot_skeletal_sheet = TRUE, decorate = TRUE, colSkeletalSheet = "blue", colorBoundary = "blue", add = FALSE )
tube
: List containing ETRep details.plot_boundary
: Logical, enables plotting of the boundary (default is TRUE).plot_r_max
: Logical, enables plotting of max projection size (default is FALSE).plot_r_project
: Logical, enables plotting of projection along normals (default is TRUE).plot_frames
: Logical, enables plotting of the material frames (default is TRUE).frameScaling
: Numeric, scale factor for frames.plot_spine
: Logical, enables plotting of the spine.plot_normal_vec
: Logical, enables plotting of the normals.plot_skeletal_sheet
: Logical, enables plotting of the surface skeleton.decorate
: Logical, enables decorate the plotcolSkeletalSheet
: String, defining the color of the surface skeletoncolorBoundary
: String, defining the color of the e-tubeadd
: Logical, enables overlay plottingGraphical output.
# Load tube data("colon3D") plot_Elliptical_Tube(tube = colon3D, plot_frames = FALSE, add=FALSE)