AMProcess#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMProcess#

Bases: object

Defines a AMProcess.

Overview#

GetSequence

Gets the support removal sequence for a given environment.

ResetAllSequences

Resets the sequence for all analyses

AddCartesianMesh

AddCartesianMesh method.

CreateBuildToBaseContact

Run the CreateBuildToBaseContact action.

CreateAMBondConnections

Run the CreateAMBondConnections action.

GenerateAMStrains

Run the GenerateAMStrains action.

CleanAMStrains

Run the CleanAMStrains action.

HasAMStrains

Get the HasAMStrains property.

AddSupportGroup

Creates a new AMSupportGroup

AddGeneratedAMSupport

Creates a new GeneratedAMSupport

AddPredefinedAMSupport

Creates a new PredefinedAMSupport

AddSTLAMSupport

Creates a new STLAMSupport

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.

BuildGeometry

Gets or sets the PartGeometry using the deprecated BuildGeometry method.

InternalObject

Gets the internal object. For advanced usage only.

SubsampleRate

Gets or sets the SubsampleRate.

ZLocationAtTopOfBase

Gets the ZLocationAtTopOfBase.

ElementSize

Gets or sets the ElementSize.

WallThickness

Gets or sets the WallThickness.

LengthUnits

Gets or sets the LengthUnits.

NonlinearEffects

Gets or sets the NonlinearEffects.

MeshUsingVoxelization

Gets or sets the MeshUsingVoxelization.

BaseGeometry

Gets or sets the BaseGeometry.

PartGeometry

Gets or sets the PartGeometry.

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 AMProcess.BuildGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the PartGeometry using the deprecated BuildGeometry method.

property AMProcess.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSAMProcessSimulationAuto | None

Gets the internal object. For advanced usage only.

property AMProcess.SubsampleRate: System.Int32 | None

Gets or sets the SubsampleRate.

property AMProcess.ZLocationAtTopOfBase: Ansys.Core.Units.Quantity | None

Gets the ZLocationAtTopOfBase.

property AMProcess.ElementSize: Ansys.Core.Units.Quantity | None

Gets or sets the ElementSize.

property AMProcess.WallThickness: Ansys.Core.Units.Quantity | None

Gets or sets the WallThickness.

property AMProcess.LengthUnits: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType | None

Gets or sets the LengthUnits.

property AMProcess.NonlinearEffects: System.Boolean | None

Gets or sets the NonlinearEffects.

property AMProcess.MeshUsingVoxelization: System.Boolean | None

Gets or sets the MeshUsingVoxelization.

property AMProcess.BaseGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the BaseGeometry.

property AMProcess.PartGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the PartGeometry.

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

Gets the current DataModelObject’s category.

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

Gets the list of children.

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

Gets the list of associated comments.

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

Gets the list of associated figures.

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

Gets the list of associated images.

property AMProcess.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

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

Gets the list of properties for this object.

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

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

Method detail#

AMProcess.GetSequence(analysis: Ansys.ACT.Automation.Mechanical.Analysis) Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMSupportRemovalSequence

Gets the support removal sequence for a given environment.

AMProcess.ResetAllSequences() System.Void

Resets the sequence for all analyses

AMProcess.AddCartesianMesh() Ansys.ACT.Automation.Mechanical.MeshControls.AutomaticMethod

AddCartesianMesh method.

AMProcess.CreateBuildToBaseContact() Ansys.ACT.Automation.Mechanical.Connections.ContactRegion

Run the CreateBuildToBaseContact action.

AMProcess.CreateAMBondConnections() System.Void

Run the CreateAMBondConnections action.

AMProcess.GenerateAMStrains() System.Void

Run the GenerateAMStrains action.

AMProcess.CleanAMStrains() System.Void

Run the CleanAMStrains action.

AMProcess.HasAMStrains() System.Boolean

Get the HasAMStrains property.

AMProcess.AddSupportGroup() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMSupportGroup

Creates a new AMSupportGroup

AMProcess.AddGeneratedAMSupport() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.GeneratedAMSupport

Creates a new GeneratedAMSupport

AMProcess.AddPredefinedAMSupport() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.PredefinedAMSupport

Creates a new PredefinedAMSupport

AMProcess.AddSTLAMSupport() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.STLAMSupport

Creates a new STLAMSupport

AMProcess.Delete() System.Void

Run the Delete action.

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

Gets the list of children, filtered by type.

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

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

Creates a new child Comment.

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

Creates a new child Figure.

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

Activate the current object.

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

Copies all visible properties from this object to another.

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

Creates a copy of the current DataModelObject.

AMProcess.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

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

Run the GroupSimilarObjects action.

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

Get a property by its unique name.

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

Creates a new parameter for a Property.

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

Gets the parameter corresponding to the given property.

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

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