RATwoRollsBeltProfile#

class ansys.rocky.app.conveyors.ra_two_rolls_belt_profile.RATwoRollsBeltProfile(id: str, model_id: str | None = None)#

Bases: ansys.rocky.app.api_element_item.ApiElementItem

Rocky API for a Two Rolls Belt Profile model.

Overview#

GetLowerCornerRadius

Get the value of “Lower Corner Radius”.

SetLowerCornerRadius

Set the value of “Lower Corner Radius”.

GetTroughingAngle

Get the value of “Troughing Angle”.

SetTroughingAngle

Set the value of “Troughing Angle”.

GetMaterial

Get the “Material”.

SetMaterial

Set the “Material”.

GetAvailableMaterials

Get all available Materials.

Import detail#

from ansys.rocky.app.conveyors.ra_two_rolls_belt_profile import RATwoRollsBeltProfile

Method detail#

classmethod RATwoRollsBeltProfile.GetWrappedClass()#
classmethod RATwoRollsBeltProfile.GetClassName()#
RATwoRollsBeltProfile.GetLowerCornerRadius(unit: str | None = None) float#

Get the value of “Lower Corner Radius”.

Parameters:

unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.

RATwoRollsBeltProfile.SetLowerCornerRadius(value: str | float, unit: str | None = None) None#

Set the value of “Lower Corner Radius”.

Parameters:
  • value – The value to set. This value can be an expression with input variables or float type.

  • unit – The unit for value. If no unit is provided, value is assumed to be in “m”.

RATwoRollsBeltProfile.GetTroughingAngle(unit: str | None = None) float#

Get the value of “Troughing Angle”.

Parameters:

unit – The unit for the returned value. If no unit is provided, the returned value will be in “dega”.

RATwoRollsBeltProfile.SetTroughingAngle(value: str | float, unit: str | None = None) None#

Set the value of “Troughing Angle”.

Parameters:
  • value – The value to set. This value can be an expression with input variables or float type.

  • unit – The unit for value. If no unit is provided, value is assumed to be in “dega”.

RATwoRollsBeltProfile.GetMaterial()#

Get the “Material”.

Return type:

RASolidMaterial

RATwoRollsBeltProfile.SetMaterial(value) None#

Set the “Material”.

:param unicode, RASolidMaterial value:

Either the API object wrapping the desired entity or its name.

RATwoRollsBeltProfile.GetAvailableMaterials()#

Get all available Materials.

Return type:

List[RASolidMaterial] A list of RASolidMaterial.