AMProcess
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMProcess#
Bases:
object
Defines 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 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. |
|
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.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.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.
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.