RAOneRollBeltProfile#
- class ansys.rocky.app.conveyors.ra_one_roll_belt_profile.RAOneRollBeltProfile(id: str, model_id: str | None = None)#
Bases:
ansys.rocky.app.api_element_item.ApiElementItemRocky API for a One Roll Belt Profile model.
Overview#
Get the “Material”. |
|
Set the “Material”. |
|
Get all available Materials. |
Import detail#
from ansys.rocky.app.conveyors.ra_one_roll_belt_profile import RAOneRollBeltProfile
Method detail#
- classmethod RAOneRollBeltProfile.GetWrappedClass()#
- classmethod RAOneRollBeltProfile.GetClassName()#
- RAOneRollBeltProfile.GetMaterial()#
Get the “Material”.
- Return type:
RASolidMaterial
- RAOneRollBeltProfile.SetMaterial(value) None#
Set the “Material”.
- :param unicode,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RAOneRollBeltProfile.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.