AcousticSurfaceAcceleration#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.BoundaryConditions.AcousticSurfaceAcceleration(internalObject: Any)#

Bases: object

Defines a AcousticSurfaceAcceleration.

Overview#

Activate

Activate the current object.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

CopyTo

Copies all visible properties from this object to another.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDetailsView

GetDetailsView method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

PromoteToNamedSelection

Run the PromoteToNamedSelection action.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

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

ToString

ToString method.

AttachedRefs

AttachedRefs property.

Children

Gets the list of children.

ClsId

ClsId property.

Comments

Gets the list of associated comments.

DataModelObjectCategory

Gets the current DataModelObject's category.

DefineBy

Gets or sets the DefineBy.

Figures

Gets the list of associated figures.

GroupingFolder

GroupingFolder property.

IconName

IconName property.

Images

Gets the list of associated images.

ImportableObjectSourceId

ImportableObjectSourceId property.

InternalObject

Gets the internal object. For advanced usage only.

Location

Gets or sets the Location.

Magnitude

Gets or sets the Magnitude.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

Parent

Parent property.

Properties

Gets the list of properties for this object.

ReadOnly

Gets or sets the ReadOnly.

SharedRefBody

Gets or sets the SharedRefBody.

State

State property.

Suppressed

Gets or sets the Suppressed.

TransferableObjectId

TransferableObjectId property.

VisibleProperties

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

XComponent

Gets or sets the XComponent.

YComponent

Gets or sets the YComponent.

ZComponent

Gets or sets the ZComponent.

Property detail#

property AcousticSurfaceAcceleration.AttachedRefs: List[int] | None#

AttachedRefs property.

property AcousticSurfaceAcceleration.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property AcousticSurfaceAcceleration.ClsId: int | None#

ClsId property.

property AcousticSurfaceAcceleration.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#

Gets the list of associated comments.

property AcousticSurfaceAcceleration.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property AcousticSurfaceAcceleration.DefineBy: Ansys.Mechanical.DataModel.Enums.LoadDefineBy | None#

Gets or sets the DefineBy.

property AcousticSurfaceAcceleration.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#

Gets the list of associated figures.

property AcousticSurfaceAcceleration.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

GroupingFolder property.

property AcousticSurfaceAcceleration.IconName: str | None#

IconName property.

property AcousticSurfaceAcceleration.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#

Gets the list of associated images.

property AcousticSurfaceAcceleration.ImportableObjectSourceId: str | None#

ImportableObjectSourceId property.

property AcousticSurfaceAcceleration.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSLoadAuto | None#

Gets the internal object. For advanced usage only.

property AcousticSurfaceAcceleration.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the Location.

property AcousticSurfaceAcceleration.Magnitude: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the Magnitude.

property AcousticSurfaceAcceleration.Name: str | None#

Name property.

property AcousticSurfaceAcceleration.ObjectId: int | None#

ObjectId property.

property AcousticSurfaceAcceleration.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#

ObjectState property.

property AcousticSurfaceAcceleration.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#

ObjectTags property.

property AcousticSurfaceAcceleration.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#

Parent property.

property AcousticSurfaceAcceleration.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties for this object.

property AcousticSurfaceAcceleration.ReadOnly: bool | None#

Gets or sets the ReadOnly.

property AcousticSurfaceAcceleration.SharedRefBody: Ansys.ACT.Automation.Mechanical.Body | None#

Gets or sets the SharedRefBody.

property AcousticSurfaceAcceleration.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#

State property.

property AcousticSurfaceAcceleration.Suppressed: bool | None#

Gets or sets the Suppressed.

property AcousticSurfaceAcceleration.TransferableObjectId: str | None#

TransferableObjectId property.

property AcousticSurfaceAcceleration.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

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

property AcousticSurfaceAcceleration.XComponent: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the XComponent.

property AcousticSurfaceAcceleration.YComponent: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the YComponent.

property AcousticSurfaceAcceleration.ZComponent: Ansys.ACT.Mechanical.Fields.Field | None#

Gets or sets the ZComponent.

Method detail#

AcousticSurfaceAcceleration.Activate() None#

Activate the current object.

AcousticSurfaceAcceleration.AddComment() Ansys.ACT.Automation.Mechanical.Comment#

Creates a new child Comment.

AcousticSurfaceAcceleration.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#

Creates a new child Figure.

AcousticSurfaceAcceleration.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.
AcousticSurfaceAcceleration.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

AcousticSurfaceAcceleration.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#

CreateObjRef method.

AcousticSurfaceAcceleration.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

AcousticSurfaceAcceleration.Delete() None#

Run the Delete action.

AcousticSurfaceAcceleration.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

AcousticSurfaceAcceleration.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#

Equals method.

AcousticSurfaceAcceleration.GetAPIName(dispId: int) str#

Property name bound to dispId.

AcousticSurfaceAcceleration.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#

GetAllProperties method.

AcousticSurfaceAcceleration.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

AcousticSurfaceAcceleration.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#

GetDetailsView method.

AcousticSurfaceAcceleration.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

AcousticSurfaceAcceleration.GetHashCode() int#

GetHashCode method.

AcousticSurfaceAcceleration.GetIconFile() System.Byte#

GetIconFile method.

AcousticSurfaceAcceleration.GetLifetimeService() Any#

GetLifetimeService method.

AcousticSurfaceAcceleration.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

AcousticSurfaceAcceleration.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

AcousticSurfaceAcceleration.GetPath() str#

GetPath method.

AcousticSurfaceAcceleration.GetPropertyName(dispId: int) str#

GetPropertyName method.

AcousticSurfaceAcceleration.GetPropertyValue(name: str) Any#

GetPropertyValue method.

AcousticSurfaceAcceleration.GetType() type#

GetType method.

AcousticSurfaceAcceleration.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

AcousticSurfaceAcceleration.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

AcousticSurfaceAcceleration.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

AcousticSurfaceAcceleration.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

AcousticSurfaceAcceleration.InitializeLifetimeService() Any#

InitializeLifetimeService method.

AcousticSurfaceAcceleration.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

AcousticSurfaceAcceleration.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

AcousticSurfaceAcceleration.PromoteToNamedSelection() Iterable[Ansys.ACT.Automation.Mechanical.NamedSelection]#

Run the PromoteToNamedSelection action.

AcousticSurfaceAcceleration.PropertyByAPIName(name: str) 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.
AcousticSurfaceAcceleration.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#

PropertyById method.

AcousticSurfaceAcceleration.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

AcousticSurfaceAcceleration.RemoveParameter(propName: str) None#

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

AcousticSurfaceAcceleration.ToString() str#

ToString method.