add_range_profile_settings#

MonostaticRCSPlotter.add_range_profile_settings(size_range=10.0, range_resolution=0.1, tick_color='#000000', line_color='#ff0000', disc_color='ff0000', cone_color='#00ff00')#

Add a 3D range profile setting representation to the current scene.

This function visualizes a 3D range profile with a main line representing the range axis and tick marks indicating distance intervals. The profile includes visual elements like a disc at the far end and a cone at the starting point. These elements help to display a reference range profile in the 3D scene.

Parameters:
size_rangefloat, optional

Total size of the range in meters. It determines the length of the range profile. The default is 10.0.

range_resolutionfloat, optional

Resolution of the range in meters, representing the distance between each tick mark along the range profile. The default is 0.1.

tick_colorstr, optional

Color of the tick marks along the range profile. The default is black ("#000000").

line_colorstr, optional

Color of the line. The default is red ("#ff0000").

disc_colorstr, optional

Color of the disc. The default is red ("#ff0000").

cone_colorstr, optional

Color of the cone. The default is green ("#00ff00").