ExpansionSettings#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.ExpansionSettings#

Bases: object

Defines a ExpansionSettings.

Overview#

GetExpansionState

Gets the requested expansion state of a given Condensed Part

SetExpansionState

Sets the requested expansion state of a given Condensed Part

GetCompletedExpansionState

Gets the completed expansion state of a given Condensed Part

EvaluateAllResults

Run the EvaluateAllResults action.

ClearGeneratedData

Run the ClearGeneratedData action.

PerformExpansionPass

Run the PerformExpansionPass action.

Delete

Run the Delete action.

GetChildren

Gets the list of children, filtered by type.

GetChildren

Gets the list of children, filtered by type.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

Duplicate

Creates a copy of the current DataModelObject.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByName

Get a property by its unique name.

PropertyByAPIName

Get a property by its API name.

CreateParameter

Creates a new parameter for a Property.

GetParameter

Gets the parameter corresponding to the given property.

RemoveParameter

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

InternalObject

Gets the internal object. For advanced usage only.

CondensedPartExpansionType

Gets or sets the CondensedPartExpansionType.

NodalForces

Gets or sets the NodalForces.

Strain

Gets or sets the Strain.

Stress

Gets or sets the Stress.

CleanupOptionalFiles

Gets or sets the CleanupOptionalFiles.

ExpandAfterUsePassFailure

Gets or sets the ExpandAfterUsePassFailure.

GeneralMiscellaneous

Gets or sets the GeneralMiscellaneous.

Suppressed

Gets or sets the Suppressed.

DataModelObjectCategory

Gets the current DataModelObject’s category.

Children

Gets the list of children.

Comments

Gets the list of associated comments.

Figures

Gets the list of associated figures.

Images

Gets the list of associated images.

InternalObject

Gets the internal object. For advanced usage only.

Properties

Gets the list of properties for this object.

VisibleProperties

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

Property detail#

property ExpansionSettings.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSExpansionSettingsAuto | None

Gets the internal object. For advanced usage only.

property ExpansionSettings.CondensedPartExpansionType: Ansys.Mechanical.DataModel.Enums.CondensedPartExpansionType | None

Gets or sets the CondensedPartExpansionType.

property ExpansionSettings.NodalForces: Ansys.Mechanical.DataModel.Enums.OutputControlsNodalForcesType | None

Gets or sets the NodalForces.

property ExpansionSettings.Strain: System.Boolean | None

Gets or sets the Strain.

property ExpansionSettings.Stress: System.Boolean | None

Gets or sets the Stress.

property ExpansionSettings.CleanupOptionalFiles: System.Boolean | None

Gets or sets the CleanupOptionalFiles.

property ExpansionSettings.ExpandAfterUsePassFailure: System.Boolean | None

Gets or sets the ExpandAfterUsePassFailure.

property ExpansionSettings.GeneralMiscellaneous: System.Boolean | None

Gets or sets the GeneralMiscellaneous.

property ExpansionSettings.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property ExpansionSettings.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None

Gets the current DataModelObject’s category.

property ExpansionSettings.Children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property ExpansionSettings.Comments: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Comment] | None

Gets the list of associated comments.

property ExpansionSettings.Figures: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Figure] | None

Gets the list of associated figures.

property ExpansionSettings.Images: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Image] | None

Gets the list of associated images.

property ExpansionSettings.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

property ExpansionSettings.Properties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property ExpansionSettings.VisibleProperties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

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

Method detail#

ExpansionSettings.GetExpansionState(condensedPart: Ansys.ACT.Automation.Mechanical.CondensedPart) Ansys.ACT.Automation.Mechanical.CondensedPartExpansionState

Gets the requested expansion state of a given Condensed Part

ExpansionSettings.SetExpansionState(condensedPart: Ansys.ACT.Automation.Mechanical.CondensedPart, state: Ansys.ACT.Automation.Mechanical.CondensedPartExpansionState) System.Void

Sets the requested expansion state of a given Condensed Part

ExpansionSettings.GetCompletedExpansionState(condensedPart: Ansys.ACT.Automation.Mechanical.CondensedPart) Ansys.ACT.Automation.Mechanical.CondensedPartExpansionState

Gets the completed expansion state of a given Condensed Part

ExpansionSettings.EvaluateAllResults() System.Void

Run the EvaluateAllResults action.

ExpansionSettings.ClearGeneratedData() System.Void

Run the ClearGeneratedData action.

ExpansionSettings.PerformExpansionPass() System.Void

Run the PerformExpansionPass action.

ExpansionSettings.Delete() System.Void

Run the Delete action.

ExpansionSettings.GetChildren(recurses: System.Boolean, children: System.Collections.Generic.IList[ChildrenType]) System.Collections.Generic.IList[ChildrenType]

Gets the list of children, filtered by type.

ExpansionSettings.GetChildren(category: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory, recurses: System.Boolean, children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]

Gets the list of children, filtered by type.

ExpansionSettings.AddComment() Ansys.ACT.Automation.Mechanical.Comment

Creates a new child Comment.

ExpansionSettings.AddFigure() Ansys.ACT.Automation.Mechanical.Figure

Creates a new child Figure.

ExpansionSettings.AddImage(filePath: System.String) 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.
ExpansionSettings.Activate() System.Void

Activate the current object.

ExpansionSettings.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) System.Void

Copies all visible properties from this object to another.

ExpansionSettings.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject

Creates a copy of the current DataModelObject.

ExpansionSettings.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

ExpansionSettings.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder

Run the GroupSimilarObjects action.

ExpansionSettings.PropertyByName(name: System.String) Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

ExpansionSettings.PropertyByAPIName(name: System.String) 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.
ExpansionSettings.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

ExpansionSettings.GetParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

ExpansionSettings.RemoveParameter(propName: System.String) System.Void

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