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.ApiElementItemRocky API for a Two Rolls Belt Profile model.
Overview#
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 “Material”. |
|
Set the “Material”. |
|
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,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RATwoRollsBeltProfile.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.