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.ApiElementItemRocky API for a Three Rolls Belt Profile model.
Overview#
Get the value of “Center Roll Length”. |
|
Set the value of “Center Roll Length”. |
|
Get the value of “Lower Corner Radius”. |
|
Set the value of “Lower Corner Radius”. |
|
Get the value of “Troughing Angle”. |
|
Set the value of “Troughing Angle”. |
|
Get the value of “Use 0371 Ratio For Roll Lengths”. |
|
Set the value of “Use 0371 Ratio For Roll Lengths”. |
|
Set the value of “Use 0371 Ratio For Roll Lengths” to True. |
|
Set the value of “Use 0371 Ratio For Roll Lengths” to False. |
|
Check if the “Use 0371 Ratio For Roll Lengths” is enabled. |
|
Get the “Material”. |
|
Set the “Material”. |
|
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,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RAThreeRollsBeltProfile.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.