RSLoad#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.BoundaryConditions.RSLoad(internalObject: Any)#

Bases: object

Defines a RSLoad.

Overview#

Activate

Activate the current object.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

CopyTo

Copies all visible properties from this object to another.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDetailsView

GetDetailsView method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

Removes the parameter from the parameter set corresponding to the given property.

ToString

ToString method.

AttachedRefs

AttachedRefs property.

BoundaryCondition

Gets or sets the BoundaryCondition.

Children

Gets the list of children.

ClsId

ClsId property.

Comments

Gets the list of associated comments.

DataModelObjectCategory

Gets the current DataModelObject's category.

Direction

Gets or sets the Direction.

Figures

Gets the list of associated figures.

GroupingFolder

GroupingFolder property.

IconName

IconName property.

Images

Gets the list of associated images.

InternalObject

Gets the internal object. For advanced usage only.

MissingMassEffect

Gets or sets the MissingMassEffect.

MissingMassEffectZPA

Gets or sets the MissingMassEffectZPA.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

Properties

Gets the list of properties for this object.

RigidResponseEffect

Gets or sets the RigidResponseEffect.

RigidResponseEffectFreqBegin

Gets or sets the RigidResponseEffectFreqBegin.

RigidResponseEffectFreqEnd

Gets or sets the RigidResponseEffectFreqEnd.

RigidResponseEffectType

Gets or sets the RigidResponseEffectType.

RigidResponseEffectZPA

Gets or sets the RigidResponseEffectZPA.

ScaleFactor

Gets or sets the ScaleFactor.

State

State property.

Suppressed

Gets or sets the Suppressed.

VisibleProperties

Gets the list of properties that are visible for this object.

Property detail#

property RSLoad.AttachedRefs: List[int] | None#

AttachedRefs property.

property RSLoad.BoundaryCondition: Any | None#

Gets or sets the BoundaryCondition.

property RSLoad.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property RSLoad.ClsId: int | None#

ClsId property.

property RSLoad.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#

Gets the list of associated comments.

property RSLoad.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property RSLoad.Direction: Ansys.Mechanical.DataModel.Enums.NormalOrientationType | None#

Gets or sets the Direction.

property RSLoad.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#

Gets the list of associated figures.

property RSLoad.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

property RSLoad.IconName: str | None#

IconName property.

property RSLoad.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#

Gets the list of associated images.

property RSLoad.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSRSLoadAuto | None#

Gets the internal object. For advanced usage only.

property RSLoad.MissingMassEffect: bool | None#

Gets or sets the MissingMassEffect.

property RSLoad.MissingMassEffectZPA: Ansys.Core.Units.Quantity | None#

Gets or sets the MissingMassEffectZPA.

property RSLoad.Name: str | None#

Name property.

property RSLoad.ObjectId: int | None#

ObjectId property.

property RSLoad.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#

ObjectState property.

property RSLoad.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#

ObjectTags property.

property RSLoad.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Parent property.

property RSLoad.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties for this object.

property RSLoad.RigidResponseEffect: bool | None#

Gets or sets the RigidResponseEffect.

property RSLoad.RigidResponseEffectFreqBegin: Ansys.Core.Units.Quantity | None#

Gets or sets the RigidResponseEffectFreqBegin.

property RSLoad.RigidResponseEffectFreqEnd: Ansys.Core.Units.Quantity | None#

Gets or sets the RigidResponseEffectFreqEnd.

property RSLoad.RigidResponseEffectType: Ansys.Mechanical.DataModel.Enums.RigidResponseEffectType | None#

Gets or sets the RigidResponseEffectType.

property RSLoad.RigidResponseEffectZPA: Ansys.Core.Units.Quantity | None#

Gets or sets the RigidResponseEffectZPA.

property RSLoad.ScaleFactor: float | None#

Gets or sets the ScaleFactor.

property RSLoad.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

property RSLoad.Suppressed: bool | None#

Gets or sets the Suppressed.

property RSLoad.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties that are visible for this object.

Method detail#

RSLoad.Activate() None#

Activate the current object.

RSLoad.AddComment() Ansys.ACT.Automation.Mechanical.Comment#

Creates a new child Comment.

RSLoad.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#

Creates a new child Figure.

RSLoad.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image#
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.
RSLoad.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

RSLoad.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

RSLoad.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

RSLoad.Delete() None#

Run the Delete action.

RSLoad.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

RSLoad.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

RSLoad.GetAPIName(dispId: int) str#

Property name bound to dispId.

RSLoad.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#

GetAllProperties method.

RSLoad.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

RSLoad.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#

GetDetailsView method.

RSLoad.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

RSLoad.GetHashCode() int#

GetHashCode method.

RSLoad.GetIconFile() System.Byte#

GetIconFile method.

RSLoad.GetLifetimeService() Any#

GetLifetimeService method.

RSLoad.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

RSLoad.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

RSLoad.GetPath() str#

GetPath method.

RSLoad.GetPropertyName(dispId: int) str#

GetPropertyName method.

RSLoad.GetPropertyValue(name: str) Any#

GetPropertyValue method.

RSLoad.GetType() type#

GetType method.

RSLoad.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

RSLoad.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

RSLoad.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

RSLoad.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

RSLoad.InitializeLifetimeService() Any#

InitializeLifetimeService method.

RSLoad.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

RSLoad.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

RSLoad.PropertyByAPIName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.
RSLoad.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#

PropertyById method.

RSLoad.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

RSLoad.RemoveParameter(propName: str) None#

Removes the parameter from the parameter set corresponding to the given property.

RSLoad.ToString() str#

ToString method.