SubstructureGenerationCondensedPart#

class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.SubstructureGenerationCondensedPart#

Bases: object

Defines a SubstructureGenerationCondensedPart.

Overview#

AddCommandSnippet

Creates a new CommandSnippet

ClearGeneratedData

Run the ClearGeneratedData 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.

Interfaces

Returns the Interfaces of the condensed part

InternalObject

Gets the internal object. For advanced usage only.

AttachmentMethod

Gets or sets the AttachmentMethod.

GenerateDampingMatrix

Gets or sets the GenerateDampingMatrix.

InterfaceMethod

Gets or sets the InterfaceMethod.

LumpedMassFormulation

Gets or sets the LumpedMassFormulation.

PointMassTreatment

Gets or sets the PointMassTreatment.

ReductionMethod

Gets or sets the ReductionMethod.

DataModelObjectCategory

Gets the current DataModelObject’s category.

NumberInterfaceEntries

Gets the NumberInterfaceEntries.

NumberMasterNodes

Gets the NumberMasterNodes.

SolutionName

Gets or sets the SolutionName.

SolverFilesDirectory

Gets the SolverFilesDirectory.

TemperatureUnits

Gets the TemperatureUnits.

ReferenceTemperature

Gets or sets the ReferenceTemperature.

Physics

Gets the Physics.

SolverUnitSystem

Gets or sets the SolverUnitSystem.

SolutionNameMode

Gets or sets the SolutionNameMode.

SolverUnits

Gets or sets the SolverUnits.

Suppressed

Gets or sets the Suppressed.

GeometrySelection

Gets or sets the GeometrySelection.

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 SubstructureGenerationCondensedPart.Interfaces: Ansys.ACT.Automation.Mechanical.CondensedPartInterfaces | None

Returns the Interfaces of the condensed part

property SubstructureGenerationCondensedPart.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSCondensedPartAuto | None

Gets the internal object. For advanced usage only.

property SubstructureGenerationCondensedPart.AttachmentMethod: Ansys.Mechanical.DataModel.Enums.CondensedPartCMSAttachmentMethod | None

Gets or sets the AttachmentMethod.

property SubstructureGenerationCondensedPart.GenerateDampingMatrix: Ansys.Mechanical.DataModel.Enums.YesNoProgrammedControlled | None

Gets or sets the GenerateDampingMatrix.

property SubstructureGenerationCondensedPart.InterfaceMethod: Ansys.Mechanical.DataModel.Enums.CondensedPartInterfaceMethod | None

Gets or sets the InterfaceMethod.

property SubstructureGenerationCondensedPart.LumpedMassFormulation: Ansys.Mechanical.DataModel.Enums.CondensedPartLumpedMassFormulation | None

Gets or sets the LumpedMassFormulation.

property SubstructureGenerationCondensedPart.PointMassTreatment: Ansys.Mechanical.DataModel.Enums.CondensedPartPointMassTreatment | None

Gets or sets the PointMassTreatment.

property SubstructureGenerationCondensedPart.ReductionMethod: Ansys.Mechanical.DataModel.Enums.CondensedPartReductionMethod | None

Gets or sets the ReductionMethod.

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

Gets the current DataModelObject’s category.

property SubstructureGenerationCondensedPart.NumberInterfaceEntries: System.Int32 | None

Gets the NumberInterfaceEntries.

property SubstructureGenerationCondensedPart.NumberMasterNodes: System.Int32 | None

Gets the NumberMasterNodes.

property SubstructureGenerationCondensedPart.SolutionName: System.String | None

Gets or sets the SolutionName.

property SubstructureGenerationCondensedPart.SolverFilesDirectory: System.String | None

Gets the SolverFilesDirectory.

property SubstructureGenerationCondensedPart.TemperatureUnits: System.String | None

Gets the TemperatureUnits.

property SubstructureGenerationCondensedPart.ReferenceTemperature: Ansys.Core.Units.Quantity | None

Gets or sets the ReferenceTemperature.

property SubstructureGenerationCondensedPart.Physics: Ansys.Mechanical.DataModel.Enums.CondensedPartPhysics | None

Gets the Physics.

property SubstructureGenerationCondensedPart.SolverUnitSystem: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType | None

Gets or sets the SolverUnitSystem.

property SubstructureGenerationCondensedPart.SolutionNameMode: Ansys.Mechanical.DataModel.Enums.AutomaticOrManual | None

Gets or sets the SolutionNameMode.

property SubstructureGenerationCondensedPart.SolverUnits: Ansys.Mechanical.DataModel.Enums.SolverUnitsControlType | None

Gets or sets the SolverUnits.

property SubstructureGenerationCondensedPart.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property SubstructureGenerationCondensedPart.GeometrySelection: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the GeometrySelection.

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

Gets the list of children.

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

Gets the list of associated comments.

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

Gets the list of associated figures.

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

Gets the list of associated images.

property SubstructureGenerationCondensedPart.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

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

Gets the list of properties for this object.

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

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

Method detail#

SubstructureGenerationCondensedPart.AddCommandSnippet() Ansys.ACT.Automation.Mechanical.CommandSnippet

Creates a new CommandSnippet

SubstructureGenerationCondensedPart.ClearGeneratedData() System.Void

Run the ClearGeneratedData action.

SubstructureGenerationCondensedPart.Delete() System.Void

Run the Delete action.

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

Gets the list of children, filtered by type.

SubstructureGenerationCondensedPart.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.

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

Creates a new child Comment.

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

Creates a new child Figure.

SubstructureGenerationCondensedPart.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.
SubstructureGenerationCondensedPart.Activate() System.Void

Activate the current object.

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

Copies all visible properties from this object to another.

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

Creates a copy of the current DataModelObject.

SubstructureGenerationCondensedPart.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

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

Get a property by its unique name.

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

Creates a new parameter for a Property.

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

Gets the parameter corresponding to the given property.

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

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