Model.rigidwallsize#
- Model.rigidwallsize(size)#
Sets the size for axis and motion arrow plotting.
- Parameters:
size (double) – The size in model units in which the arrows should be plotted.
Example#
Set the size for axis and motion arrow equal to 10.0#import hm import hm.entities as ent model = hm.Model() model.rigidwallsize(size=10.0)