RACoupledWall#
- class ansys.rocky.app.ra_coupled_wall.RACoupledWall#
Bases:
ansys.rocky.app.ra_base_geometry.RABaseGeometry,ansys.rocky.app.ra_addins.ElementWithAddins,ansys.rocky.app.motion._with_movement_mixin._WithMovementMixinRocky API Geometry model.
Overview#
Whether the boundary is linked to a motion frame. |
|
Get the value of “Disable Time”. |
|
Set the value of “Disable Time”. |
|
Get the value of “Enable Time”. |
|
Set the value of “Enable Time”. |
|
Get the value of “Name”. |
|
Set the value of “Name”. |
|
Get the “Material”. |
|
Set the “Material”. |
|
Get all available Materials. |
Import detail#
from ansys.rocky.app.ra_coupled_wall import RACoupledWall
Method detail#
- RACoupledWall.HasMotionFrame() bool#
Whether the boundary is linked to a motion frame.
- Returns:
True if boundary is linked to a motion frame False otherwise
- RACoupledWall.GetDisableTime(unit: str | None = None) float#
Get the value of “Disable Time”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RACoupledWall.SetDisableTime(value: str | float, unit: str | None = None) None#
Set the value of “Disable Time”.
- 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 “s”.
- RACoupledWall.GetEnableTime(unit: str | None = None) float#
Get the value of “Enable Time”.
- Parameters:
unit – The unit for the returned value. If no unit is provided, the returned value will be in “s”.
- RACoupledWall.SetEnableTime(value: str | float, unit: str | None = None) None#
Set the value of “Enable Time”.
- 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 “s”.
- RACoupledWall.SetName(value: str) None#
Set the value of “Name”.
- Parameters:
value – The value to set.
- RACoupledWall.GetMaterial()#
Get the “Material”.
- Return type:
RASolidMaterial
- RACoupledWall.SetMaterial(value) None#
Set the “Material”.
- :param unicode,
RASolidMaterialvalue: Either the API object wrapping the desired entity or its name.
- :param unicode,
- RACoupledWall.GetAvailableMaterials()#
Get all available Materials.
- Return type:
List[
RASolidMaterial] A list ofRASolidMaterial.