FileBasedImportedLoads
#
- class ansys.mechanical.stubs.v252.Ansys.ACT.Automation.Mechanical.FileBasedImportedLoads#
Bases:
object
Defines a FileBasedImportedLoads
Overview#
Activate the current object. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Creates a copy of the current DataModelObject. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects 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 BCType |
|
Gets the current DataModelObject's category. |
|
Gets the internal object. For advanced usage only. |
|
Gets the Magnitude. |
|
Gets the MagnitudeImag. |
|
Gets the list of properties for this object. |
|
Get and set the remote point. |
|
Gets or sets the RPMSelection. |
|
Gets the list of properties that are visible for this object. |
|
Gets the XComponent. |
|
Gets the XComponentImag. |
|
Gets the YComponent. |
|
Gets the YComponentImag. |
|
Gets the ZComponent. |
|
Gets the ZComponentImag. |
Property detail#
- property FileBasedImportedLoads.BCType: Ansys.Mechanical.DataModel.Enums.ImportedRemoteLoadType | None#
Gets or sets the BCType
- property FileBasedImportedLoads.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property FileBasedImportedLoads.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSFileBasedImportedLoadsAuto | None#
Gets the internal object. For advanced usage only.
- property FileBasedImportedLoads.Magnitude: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the Magnitude.
- property FileBasedImportedLoads.MagnitudeImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the MagnitudeImag.
- property FileBasedImportedLoads.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property FileBasedImportedLoads.RemotePoint: Ansys.ACT.Automation.Mechanical.RemotePoint | None#
Get and set the remote point.
- property FileBasedImportedLoads.RpmSelection: Ansys.Core.Units.Quantity | None#
Gets or sets the RPMSelection.
- property FileBasedImportedLoads.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property FileBasedImportedLoads.XComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XComponent.
- property FileBasedImportedLoads.XComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the XComponentImag.
- property FileBasedImportedLoads.YComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YComponent.
- property FileBasedImportedLoads.YComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the YComponentImag.
- property FileBasedImportedLoads.ZComponent: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZComponent.
- property FileBasedImportedLoads.ZComponentImag: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the ZComponentImag.
Method detail#
- FileBasedImportedLoads.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- FileBasedImportedLoads.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- FileBasedImportedLoads.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- FileBasedImportedLoads.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- FileBasedImportedLoads.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects 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.