AMProcess#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMProcess#
Bases:
objectDefines a AMProcess.
Overview#
Activate the current object. |
|
AddCartesianMesh method. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new GeneratedAMSupport |
|
Creates a new child Image. |
|
Creates a new PredefinedAMSupport |
|
Creates a new STLAMSupport |
|
Creates a new AMSupportGroup |
|
Run the CleanAMStrains action. |
|
Copies all visible properties from this object to another. |
|
Run the CreateAMBondConnections action. |
|
Run the CreateBuildToBaseContact action. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Run the GenerateAMStrains action. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Gets the support removal sequence for a given environment. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get the HasAMStrains property. |
|
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. |
|
Resets the sequence for all analyses |
Gets or sets the BaseGeometry. |
|
Gets or sets the PartGeometry using the deprecated BuildGeometry method. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the ElementSize. |
|
Gets the list of associated figures. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets the element layer height used for the AM build step. |
|
Gets or sets the LengthUnits. |
|
Gets or sets the MeshUsingVoxelization. |
|
Gets or sets the NonlinearEffects. |
|
Gets or sets the PartGeometry. |
|
Gets the list of properties for this object. |
|
Get/sets the Representative Material which will be used for calculating heating and cooling time steps in case of multi-material builds only. |
|
Gets or sets the SubsampleRate. |
|
Gets the list of properties that are visible for this object. |
|
Gets or sets the WallThickness. |
|
Gets the ZLocationAtTopOfBase. |
Property detail#
- property AMProcess.BaseGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the BaseGeometry.
- property AMProcess.BuildGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the PartGeometry using the deprecated BuildGeometry method.
- property AMProcess.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property AMProcess.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property AMProcess.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property AMProcess.ElementSize: Ansys.Core.Units.Quantity | None#
Gets or sets the ElementSize.
- property AMProcess.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property AMProcess.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property AMProcess.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSAMProcessSimulationAuto | None#
Gets the internal object. For advanced usage only.
- property AMProcess.LayerHeight: Ansys.Core.Units.Quantity | None#
Gets the element layer height used for the AM build step.
- property AMProcess.LengthUnits: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType | None#
Gets or sets the LengthUnits.
- property AMProcess.PartGeometry: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the PartGeometry.
- property AMProcess.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property AMProcess.RepresentativeMaterial: Any | None#
Get/sets the Representative Material which will be used for calculating heating and cooling time steps in case of multi-material builds only. This does not change the bodies' material assignment. If unsure, choose the material with the lowest thermal diffusivity. Throws an exception if the Part Geometry is not set, if all bodies in the Part Geometry share a single material, if the input is not a valid material, or if the material is not assigned to the Part Geometry.
- property AMProcess.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
- property AMProcess.WallThickness: Ansys.Core.Units.Quantity | None#
Gets or sets the WallThickness.
- property AMProcess.ZLocationAtTopOfBase: Ansys.Core.Units.Quantity | None#
Gets the ZLocationAtTopOfBase.
Method detail#
- AMProcess.AddCartesianMesh() Ansys.ACT.Automation.Mechanical.MeshControls.AutomaticMethod#
AddCartesianMesh method.
- 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.AddGeneratedAMSupport() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.GeneratedAMSupport#
Creates a new GeneratedAMSupport
- AMProcess.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.
- 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.AddSupportGroup() Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMSupportGroup#
Creates a new AMSupportGroup
- AMProcess.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- AMProcess.CreateBuildToBaseContact() Ansys.ACT.Automation.Mechanical.Connections.ContactRegion#
Run the CreateBuildToBaseContact action.
- AMProcess.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- AMProcess.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- AMProcess.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- AMProcess.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- AMProcess.GetSequence(analysis: Ansys.ACT.Automation.Mechanical.Analysis) Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMSupportRemovalSequence#
Gets the support removal sequence for a given environment.
- AMProcess.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.
- AMProcess.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.