RATwoRollsBeltProfile
Last update: 17.07.2025class RATwoRollsBeltProfile
Rocky API for a Two Rolls Belt Profile model.
Methods:
| Name | Description |
|---|---|
GetAvailableMaterials() |
Get all available Materials. |
GetLowerCornerRadius([unit]) |
Get the value of "Lower Corner Radius". |
GetMaterial() |
Get the "Material". |
GetTroughingAngle([unit]) |
Get the value of "Troughing Angle". |
SetLowerCornerRadius(value[, unit]) |
Set the value of "Lower Corner Radius". |
SetMaterial(value) |
Set the "Material". |
SetTroughingAngle(value[, unit]) |
Set the value of "Troughing Angle". |
GetAvailableMaterials()
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.
GetLowerCornerRadius(unit: Optional[str] = None)
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”.
GetMaterial()
Get the “Material”.
- Return type:
RASolidMaterial
GetTroughingAngle(unit: Optional[str] = None)
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”.
SetLowerCornerRadius(value: Union[str, float], unit: Optional[str] = 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”.
SetMaterial(value)
Set the “Material”.
:param unicode, RASolidMaterial value:
: Either the API object wrapping the desired entity or its name.
SetTroughingAngle(value: Union[str, float], unit: Optional[str] = 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”.