RotatingForce
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.RotatingForce#
Bases:
object
Defines a RotatingForce.
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. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the PromoteToNamedSelection 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. |
Gets or sets the Axis. |
|
Gets the AxisComponentX. |
|
Gets the AxisComponentY. |
|
Gets the AxisComponentZ. |
|
Gets the AxisLocationX. |
|
Gets the AxisLocationY. |
|
Gets the AxisLocationZ. |
|
Gets or sets the CalculatedFromUnbalancedMass. |
|
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 DefineBy. |
|
Gets the list of associated figures. |
|
Gets the HitPointLocationX. |
|
Gets the HitPointLocationY. |
|
Gets the HitPointLocationZ. |
|
Gets the HitPointNodeId. |
|
Gets or sets the HitPointRemotePointSelection. |
|
Gets or sets the HitPointSelection. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the Location. |
|
Gets or sets the Mass. |
|
Gets or sets the PhaseAngle. |
|
Gets the list of properties for this object. |
|
Gets or sets the ReadOnly. |
|
Gets or sets the RemotePointSelection. |
|
Gets or sets the RotatingRadius. |
|
Gets or sets the SharedRefBody. |
|
Gets or sets the Suppressed. |
|
Gets or sets the SynchronousRatio. |
|
Gets or sets the UnbalancedForceMagnitude. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the XCoordinate. |
|
Gets or sets the YCoordinate. |
|
Gets or sets the ZCoordinate. |
Property detail#
- property RotatingForce.Axis: Ansys.Mechanical.Math.BoundVector | None#
Gets or sets the Axis.
- property RotatingForce.CalculatedFromUnbalancedMass: bool | None#
Gets or sets the CalculatedFromUnbalancedMass.
- property RotatingForce.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property RotatingForce.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property RotatingForce.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the CoordinateSystem.
- property RotatingForce.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property RotatingForce.DefineBy: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the DefineBy.
- property RotatingForce.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property RotatingForce.HitPointLocationX: Ansys.Core.Units.Quantity | None#
Gets the HitPointLocationX.
- property RotatingForce.HitPointLocationY: Ansys.Core.Units.Quantity | None#
Gets the HitPointLocationY.
- property RotatingForce.HitPointLocationZ: Ansys.Core.Units.Quantity | None#
Gets the HitPointLocationZ.
- property RotatingForce.HitPointRemotePointSelection: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Gets or sets the HitPointRemotePointSelection.
- property RotatingForce.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property RotatingForce.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None#
Gets the internal object. For advanced usage only.
- property RotatingForce.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property RotatingForce.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property RotatingForce.RemotePointSelection: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Gets or sets the RemotePointSelection.
- property RotatingForce.RotatingRadius: Ansys.Core.Units.Quantity | None#
Gets or sets the RotatingRadius.
Gets or sets the SharedRefBody.
- property RotatingForce.UnbalancedForceMagnitude: float | None#
Gets or sets the UnbalancedForceMagnitude.
Method detail#
- RotatingForce.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- RotatingForce.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- RotatingForce.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.
- RotatingForce.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- RotatingForce.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- RotatingForce.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- RotatingForce.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- RotatingForce.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- RotatingForce.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- RotatingForce.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection 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.