RemoteDisplacement#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.RemoteDisplacement#

Bases: object

Defines a RemoteDisplacement.

Overview#

PromoteToRemotePoint

Run the PromoteToRemotePoint action.

GetActivateAtLoadStep

GetActivateAtLoadStep method.

SetActivateAtLoadStep

SetActivateAtLoadStep method.

GetComponentActivateAtLoadStep

GetComponentActivateAtLoadStep method.

SetComponentActivateAtLoadStep

SetComponentActivateAtLoadStep method.

PromoteToNamedSelection

Run the PromoteToNamedSelection action.

Delete

Run the Delete action.

GetChildren

Gets the list of children, filtered by type.

GetChildren

Gets the list of children, filtered by type.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

Duplicate

Creates a copy of the current DataModelObject.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByName

Get a property by its unique name.

PropertyByAPIName

Get a property by its API name.

CreateParameter

Creates a new parameter for a Property.

GetParameter

Gets the parameter corresponding to the given property.

RemoveParameter

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

RemotePoint

Gets the remote point associated to the point mass.

Location

Gets or sets the Geometry.

InternalObject

Gets the internal object. For advanced usage only.

BeamMaterial

Gets or sets the BeamMaterial.

NumberOfSegments

Gets or sets the NumberOfSegments.

XComponent

Gets the XComponent.

YComponent

Gets the YComponent.

ZComponent

Gets the ZComponent.

RotationX

Gets the RotationX.

RotationY

Gets the RotationY.

RotationZ

Gets the RotationZ.

BeamRadius

Gets or sets the BeamRadius.

XCoordinate

Gets or sets the XCoordinate.

YCoordinate

Gets or sets the YCoordinate.

ZCoordinate

Gets or sets the ZCoordinate.

PinballRegion

Gets or sets the PinballRegion.

Behavior

Gets or sets the Behavior.

DynamicRelaxationBehavior

Gets or sets the DynamicRelaxationBehavior.

ReverseDirectionForInverseSteps

Gets or sets the ReverseDirectionForInverseSteps.

CoordinateSystem

Gets or sets the CoordinateSystem.

DataModelObjectCategory

Gets the current DataModelObject’s category.

Suppressed

Gets or sets the Suppressed.

SharedRefBody

Gets or sets the SharedRefBody.

Children

Gets the list of children.

Comments

Gets the list of associated comments.

Figures

Gets the list of associated figures.

Images

Gets the list of associated images.

ReadOnly

Gets or sets the ReadOnly.

InternalObject

Gets the internal object. For advanced usage only.

Properties

Gets the list of properties for this object.

VisibleProperties

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

Property detail#

property RemoteDisplacement.RemotePoint: Ansys.ACT.Automation.Mechanical.RemotePoint | None

Gets the remote point associated to the point mass.

property RemoteDisplacement.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the Geometry.

property RemoteDisplacement.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None

Gets the internal object. For advanced usage only.

property RemoteDisplacement.BeamMaterial: System.String | None

Gets or sets the BeamMaterial.

property RemoteDisplacement.NumberOfSegments: System.Int32 | None

Gets or sets the NumberOfSegments.

property RemoteDisplacement.XComponent: Ansys.ACT.Mechanical.Fields.Field | None

Gets the XComponent.

property RemoteDisplacement.YComponent: Ansys.ACT.Mechanical.Fields.Field | None

Gets the YComponent.

property RemoteDisplacement.ZComponent: Ansys.ACT.Mechanical.Fields.Field | None

Gets the ZComponent.

property RemoteDisplacement.RotationX: Ansys.ACT.Mechanical.Fields.Field | None

Gets the RotationX.

property RemoteDisplacement.RotationY: Ansys.ACT.Mechanical.Fields.Field | None

Gets the RotationY.

property RemoteDisplacement.RotationZ: Ansys.ACT.Mechanical.Fields.Field | None

Gets the RotationZ.

property RemoteDisplacement.BeamRadius: Ansys.Core.Units.Quantity | None

Gets or sets the BeamRadius.

property RemoteDisplacement.XCoordinate: Ansys.Core.Units.Quantity | None

Gets or sets the XCoordinate.

property RemoteDisplacement.YCoordinate: Ansys.Core.Units.Quantity | None

Gets or sets the YCoordinate.

property RemoteDisplacement.ZCoordinate: Ansys.Core.Units.Quantity | None

Gets or sets the ZCoordinate.

property RemoteDisplacement.PinballRegion: Ansys.Core.Units.Quantity | None

Gets or sets the PinballRegion.

property RemoteDisplacement.Behavior: Ansys.Mechanical.DataModel.Enums.LoadBehavior | None

Gets or sets the Behavior.

property RemoteDisplacement.DynamicRelaxationBehavior: Ansys.Mechanical.DataModel.Enums.DynamicRelaxationBehaviorType | None

Gets or sets the DynamicRelaxationBehavior.

property RemoteDisplacement.ReverseDirectionForInverseSteps: System.Boolean | None

Gets or sets the ReverseDirectionForInverseSteps.

property RemoteDisplacement.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None

Gets or sets the CoordinateSystem.

property RemoteDisplacement.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None

Gets the current DataModelObject’s category.

property RemoteDisplacement.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property RemoteDisplacement.SharedRefBody: Ansys.ACT.Automation.Mechanical.Body | None

Gets or sets the SharedRefBody.

property RemoteDisplacement.Children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property RemoteDisplacement.Comments: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Comment] | None

Gets the list of associated comments.

property RemoteDisplacement.Figures: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Figure] | None

Gets the list of associated figures.

property RemoteDisplacement.Images: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Image] | None

Gets the list of associated images.

property RemoteDisplacement.ReadOnly: System.Boolean | None

Gets or sets the ReadOnly.

property RemoteDisplacement.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

property RemoteDisplacement.Properties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property RemoteDisplacement.VisibleProperties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

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

Method detail#

RemoteDisplacement.PromoteToRemotePoint() System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.RemotePoint]

Run the PromoteToRemotePoint action.

RemoteDisplacement.GetActivateAtLoadStep(stepNumber: System.UInt32) System.Boolean

GetActivateAtLoadStep method.

RemoteDisplacement.SetActivateAtLoadStep(stepNumber: System.UInt32, bActive: System.Boolean) System.Void

SetActivateAtLoadStep method.

RemoteDisplacement.GetComponentActivateAtLoadStep(component: System.String, stepNumber: System.UInt32) System.Boolean

GetComponentActivateAtLoadStep method.

RemoteDisplacement.SetComponentActivateAtLoadStep(component: System.String, stepNumber: System.UInt32, bActive: System.Boolean) System.Void

SetComponentActivateAtLoadStep method.

RemoteDisplacement.PromoteToNamedSelection() System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.NamedSelection]

Run the PromoteToNamedSelection action.

RemoteDisplacement.Delete() System.Void

Run the Delete action.

RemoteDisplacement.GetChildren(recurses: System.Boolean, children: System.Collections.Generic.IList[ChildrenType]) System.Collections.Generic.IList[ChildrenType]

Gets the list of children, filtered by type.

RemoteDisplacement.GetChildren(category: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory, recurses: System.Boolean, children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]

Gets the list of children, filtered by type.

RemoteDisplacement.AddComment() Ansys.ACT.Automation.Mechanical.Comment

Creates a new child Comment.

RemoteDisplacement.AddFigure() Ansys.ACT.Automation.Mechanical.Figure

Creates a new child Figure.

RemoteDisplacement.AddImage(filePath: System.String) 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.
RemoteDisplacement.Activate() System.Void

Activate the current object.

RemoteDisplacement.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) System.Void

Copies all visible properties from this object to another.

RemoteDisplacement.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject

Creates a copy of the current DataModelObject.

RemoteDisplacement.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

RemoteDisplacement.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder

Run the GroupSimilarObjects action.

RemoteDisplacement.PropertyByName(name: System.String) Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

RemoteDisplacement.PropertyByAPIName(name: System.String) 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.
RemoteDisplacement.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

RemoteDisplacement.GetParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

RemoteDisplacement.RemoveParameter(propName: System.String) System.Void

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