Model.hm_fe_getdiameter#

Model.hm_fe_getdiameter()#

Returns the diameter value set for weld or property creation. The value of the diameter is the global value set internally from the panel or through the functions.

Returns:

Example#

Get the diameter value#
import hm
import hm.entities as ent

model = hm.Model()

_, result = model.hm_fe_getdiameter()

print("diameter", result.diameter)