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.ApiElementItem

Rocky API for a One Roll Belt Profile model.

Overview#

GetMaterial

Get the “Material”.

SetMaterial

Set the “Material”.

GetAvailableMaterials

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, RASolidMaterial value:

Either the API object wrapping the desired entity or its name.

RAOneRollBeltProfile.GetAvailableMaterials()#

Get all available Materials.

Return type:

List[RASolidMaterial] A list of RASolidMaterial.