RAThreeRollsBeltProfile#

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

Bases: ansys.rocky.app.api_element_item.ApiElementItem

Rocky API for a Three Rolls Belt Profile model.

Overview#

GetCenterRollLength

Get the value of “Center Roll Length”.

SetCenterRollLength

Set the value of “Center Roll Length”.

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”.

GetUse0371RatioForRollLengths

Get the value of “Use 0371 Ratio For Roll Lengths”.

SetUse0371RatioForRollLengths

Set the value of “Use 0371 Ratio For Roll Lengths”.

EnableUse0371RatioForRollLengths

Set the value of “Use 0371 Ratio For Roll Lengths” to True.

DisableUse0371RatioForRollLengths

Set the value of “Use 0371 Ratio For Roll Lengths” to False.

IsUse0371RatioForRollLengthsEnabled

Check if the “Use 0371 Ratio For Roll Lengths” is enabled.

GetMaterial

Get the “Material”.

SetMaterial

Set the “Material”.

GetAvailableMaterials

Get all available Materials.

Import detail#

from ansys.rocky.app.conveyors.ra_three_rolls_belt_profile import RAThreeRollsBeltProfile

Method detail#

classmethod RAThreeRollsBeltProfile.GetWrappedClass()#
classmethod RAThreeRollsBeltProfile.GetClassName()#
RAThreeRollsBeltProfile.GetCenterRollLength(unit: str | None = None) float#

Get the value of “Center Roll Length”.

Parameters:

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

RAThreeRollsBeltProfile.SetCenterRollLength(value: str | float, unit: str | None = None) None#

Set the value of “Center Roll Length”.

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”.

RAThreeRollsBeltProfile.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”.

RAThreeRollsBeltProfile.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”.

RAThreeRollsBeltProfile.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”.

RAThreeRollsBeltProfile.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”.

RAThreeRollsBeltProfile.GetUse0371RatioForRollLengths() bool#

Get the value of “Use 0371 Ratio For Roll Lengths”.

RAThreeRollsBeltProfile.SetUse0371RatioForRollLengths(value: bool) None#

Set the value of “Use 0371 Ratio For Roll Lengths”.

Parameters:

value – The value to set.

RAThreeRollsBeltProfile.EnableUse0371RatioForRollLengths() None#

Set the value of “Use 0371 Ratio For Roll Lengths” to True.

RAThreeRollsBeltProfile.DisableUse0371RatioForRollLengths() None#

Set the value of “Use 0371 Ratio For Roll Lengths” to False.

RAThreeRollsBeltProfile.IsUse0371RatioForRollLengthsEnabled() bool#

Check if the “Use 0371 Ratio For Roll Lengths” is enabled.

RAThreeRollsBeltProfile.GetMaterial()#

Get the “Material”.

Return type:

RASolidMaterial

RAThreeRollsBeltProfile.SetMaterial(value) None#

Set the “Material”.

:param unicode, RASolidMaterial value:

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

RAThreeRollsBeltProfile.GetAvailableMaterials()#

Get all available Materials.

Return type:

List[RASolidMaterial] A list of RASolidMaterial.