Moment
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.BoundaryConditions.Moment#
Bases:
object
Defines a Moment.
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 DefineBy. |
|
Gets or sets the Direction. |
|
Gets the list of associated figures. |
|
Gets or sets the HarmonicIndex. |
|
Gets the list of associated images. |
|
Gets or sets the IndependentVariable. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the LoadingApplicationType. |
|
Gets or sets the Geometry. |
|
Gets the Magnitude. |
|
Gets the MagnitudeImag. |
|
Gets or sets the NonCyclicLoadingType. |
|
Gets or sets the NumberOfSegments. |
|
Gets the PhaseAngle. |
|
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 RpmSelection. |
|
Gets or sets the SectorNumber. |
|
Gets or sets the SharedRefBody. |
|
Gets or sets the StepSelection. |
|
Gets or sets the StepVarying. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
|
Gets the XComponent. |
|
Gets the XComponentImag. |
|
Gets the XPhaseAngle. |
|
Gets the YComponent. |
|
Gets the YComponentImag. |
|
Gets the YPhaseAngle. |
|
Gets the ZComponent. |
|
Gets the ZComponentImag. |
|
Gets the ZPhaseAngle. |
Property detail#
- property Moment.Behavior: Ansys.Mechanical.DataModel.Enums.LoadBehavior | None#
Gets or sets the Behavior.
- property Moment.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property Moment.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property Moment.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None#
Gets or sets the CoordinateSystem.
- property Moment.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property Moment.DefineBy: Ansys.Mechanical.DataModel.Enums.LoadDefineBy | None#
Gets or sets the DefineBy.
- property Moment.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property Moment.HarmonicIndex: Ansys.ACT.Mechanical.Fields.Field | None#
Gets or sets the HarmonicIndex.
- property Moment.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property Moment.IndependentVariable: Ansys.Mechanical.DataModel.Enums.LoadVariableVariationType | None#
Gets or sets the IndependentVariable.
- property Moment.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None#
Gets the internal object. For advanced usage only.
- property Moment.LoadingApplicationType: Ansys.Mechanical.DataModel.Enums.LoadingApplicationType | None#
Gets or sets the LoadingApplicationType.
- property Moment.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Geometry.
- property Moment.Magnitude: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the Magnitude.
- property Moment.MagnitudeImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the MagnitudeImag.
- property Moment.NonCyclicLoadingType: Ansys.Mechanical.DataModel.Enums.NonCyclicLoadingType | None#
Gets or sets the NonCyclicLoadingType.
- property Moment.PhaseAngle: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the PhaseAngle.
- property Moment.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property Moment.RemotePoint: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Gets the remote point associated to the point mass.
- property Moment.SectorNumber: Ansys.ACT.Mechanical.Fields.Field | None#
Gets or sets the SectorNumber.
Gets or sets the SharedRefBody.
- property Moment.StepVarying: Ansys.Mechanical.DataModel.Enums.StepVarying | None#
Gets or sets the StepVarying.
- property Moment.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property Moment.XComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XComponent.
- property Moment.XComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XComponentImag.
- property Moment.XPhaseAngle: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XPhaseAngle.
- property Moment.YComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YComponent.
- property Moment.YComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YComponentImag.
- property Moment.YPhaseAngle: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YPhaseAngle.
- property Moment.ZComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZComponent.
- property Moment.ZComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZComponentImag.
- property Moment.ZPhaseAngle: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZPhaseAngle.
Method detail#
- Moment.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- Moment.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- Moment.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.
- Moment.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- Moment.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- Moment.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- Moment.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- Moment.GetComponentActivateAtLoadStep(component: str, stepNumber: int) bool #
GetComponentActivateAtLoadStep method.
- Moment.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- Moment.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
- Moment.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection] #
Run the PromoteToNamedSelection action.
- Moment.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.
- Moment.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.