RemoteDisplacement
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.RemoteDisplacement#
Bases:
object
Defines a RemoteDisplacement.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
GetActivateAtLoadStep method. |
|
Gets the list of children, filtered by type. |
|
GetComponentActivateAtLoadStep method. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToNamedSelection action. |
|
Run the PromoteToRemotePoint action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
SetActivateAtLoadStep method. |
|
SetComponentActivateAtLoadStep method. |
Gets or sets the BeamMaterial. |
|
Gets or sets the BeamRadius. |
|
Gets or sets the Behavior. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the CoordinateSystem. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DynamicRelaxationBehavior. |
|
Gets the list of associated figures. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Geometry. |
|
Gets or sets the NumberOfSegments. |
|
Gets or sets the PinballRegion. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets the remote point associated to the point mass. |
|
Gets or sets the ReverseDirectionForInverseSteps. |
|
Gets the RotationX. |
|
Gets the RotationY. |
|
Gets the RotationZ. |
|
Gets or sets the SharedRefBody. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
|
Gets the XComponent. |
|
Gets or sets the XCoordinate. |
|
Gets the YComponent. |
|
Gets or sets the YCoordinate. |
|
Gets the ZComponent. |
|
Gets or sets the ZCoordinate. |
Property detail#
- property RemoteDisplacement.BeamRadius: Ansys.Core.Units.Quantity | None#
Gets or sets the BeamRadius.
- property RemoteDisplacement.Behavior: Ansys.Mechanical.DataModel.Enums.LoadBehavior | None#
Gets or sets the Behavior.
- property RemoteDisplacement.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property RemoteDisplacement.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- 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.DynamicRelaxationBehavior: Ansys.Mechanical.DataModel.Enums.DynamicRelaxationBehaviorType | None#
Gets or sets the DynamicRelaxationBehavior.
- property RemoteDisplacement.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property RemoteDisplacement.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property RemoteDisplacement.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None#
Gets the internal object. For advanced usage only.
- property RemoteDisplacement.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Geometry.
- property RemoteDisplacement.PinballRegion: Ansys.Core.Units.Quantity | None#
Gets or sets the PinballRegion.
- property RemoteDisplacement.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property RemoteDisplacement.RemotePoint: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Gets the remote point associated to the point mass.
- property RemoteDisplacement.ReverseDirectionForInverseSteps: bool | None#
Gets or sets the ReverseDirectionForInverseSteps.
- 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.
Gets or sets the SharedRefBody.
- property RemoteDisplacement.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property RemoteDisplacement.XComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XComponent.
- property RemoteDisplacement.XCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the XCoordinate.
- property RemoteDisplacement.YComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YComponent.
- property RemoteDisplacement.YCoordinate: Ansys.Core.Units.Quantity | None#
Gets or sets the YCoordinate.
- property RemoteDisplacement.ZComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZComponent.
Method detail#
- 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: 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.
- RemoteDisplacement.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- RemoteDisplacement.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- RemoteDisplacement.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- RemoteDisplacement.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- RemoteDisplacement.GetComponentActivateAtLoadStep(component: str, stepNumber: int) bool #
GetComponentActivateAtLoadStep method.
- RemoteDisplacement.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- RemoteDisplacement.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- RemoteDisplacement.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection action.
- RemoteDisplacement.PromoteToRemotePoint() Iterable[Ansys.ACT.Automation.Mechanical.RemotePoint] #
Run the PromoteToRemotePoint action.
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.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.
- RemoteDisplacement.RemoveParameter(propName: str) None #
Removes the parameter from the parameter set corresponding to the given property.