RAFiveRollsBeltProfile#
- class ansys.rocky.app.conveyors.ra_five_rolls_belt_profile.RAFiveRollsBeltProfile(id: str, model_id: str | None = None)#
Bases:
ansys.rocky.app.api_element_item.ApiElementItemRocky API for a Five Rolls Belt Profile model.
Overview#
Get the value of “Center Roll Length”. |
|
Set the value of “Center Roll Length”. |
|
Get the value of “Last Roll Angle”. |
|
Set the value of “Last Roll Angle”. |
|
Get the value of “Lower Corner Radius”. |
|
Set the value of “Lower Corner Radius”. |
|
Get the value of “Side Roll Length”. |
|
Set the value of “Side Roll Length”. |
|
Get the value of “Troughing Angle”. |
|
Set the value of “Troughing Angle”. |
|
Get the value of “Upper Corner Radius”. |
|
Set the value of “Upper Corner Radius”. |
|
Get the value of “Use 0223 Ratio For Roll Lengths”. |
|
Set the value of “Use 0223 Ratio For Roll Lengths”. |
|
Set the value of “Use 0223 Ratio For Roll Lengths” to True. |
|
Set the value of “Use 0223 Ratio For Roll Lengths” to False. |
|
Check if the “Use 0223 Ratio For Roll Lengths” is enabled. |
|
Get the “Material”. |
|
Set the “Material”. |
|
Get all available Materials. |
Import detail#
from ansys.rocky.app.conveyors.ra_five_rolls_belt_profile import RAFiveRollsBeltProfile
Method detail#
- classmethod RAFiveRollsBeltProfile.GetWrappedClass()#
- classmethod RAFiveRollsBeltProfile.GetClassName()#
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.GetLastRollAngle(unit: str | None = None) float#
Get the value of “Last Roll Angle”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “rad”.
- RAFiveRollsBeltProfile.SetLastRollAngle(value: str | float, unit: str | None = None) None#
Set the value of “Last Roll 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 “rad”.
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.GetSideRollLength(unit: str | None = None) float#
Get the value of “Side Roll Length”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFiveRollsBeltProfile.SetSideRollLength(value: str | float, unit: str | None = None) None#
Set the value of “Side 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”.
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.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”.
- RAFiveRollsBeltProfile.GetUpperCornerRadius(unit: str | None = None) float#
Get the value of “Upper Corner Radius”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “m”.
- RAFiveRollsBeltProfile.SetUpperCornerRadius(value: str | float, unit: str | None = None) None#
Set the value of “Upper 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”.
- RAFiveRollsBeltProfile.GetUse0223RatioForRollLengths() bool#
Get the value of “Use 0223 Ratio For Roll Lengths”.
- RAFiveRollsBeltProfile.SetUse0223RatioForRollLengths(value: bool) None#
Set the value of “Use 0223 Ratio For Roll Lengths”.
- Parameters:
value – The value to set.
- RAFiveRollsBeltProfile.EnableUse0223RatioForRollLengths() None#
Set the value of “Use 0223 Ratio For Roll Lengths” to True.
- RAFiveRollsBeltProfile.DisableUse0223RatioForRollLengths() None#
Set the value of “Use 0223 Ratio For Roll Lengths” to False.
- RAFiveRollsBeltProfile.IsUse0223RatioForRollLengthsEnabled() bool#
Check if the “Use 0223 Ratio For Roll Lengths” is enabled.
- RAFiveRollsBeltProfile.GetMaterial()#
Get the “Material”.
- Return type:
RASolidMaterial
- RAFiveRollsBeltProfile.SetMaterial(value) None#
Set the “Material”.
- :param unicode,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RAFiveRollsBeltProfile.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.