AMProcess#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.AdditiveManufacturing.AMProcess(internalObject: Any)#
Bases:
objectDefines a AMProcess.
Overview#
IsStaticAnalysisDownstreamOfThermalAnalysis method. |
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. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Equals method. |
|
Run the GenerateAMStrains action. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
Gets the list of children, filtered by type. |
|
Enum name bound to value |
|
GetHashCode method. |
|
GetIconFile method. |
|
GetLifetimeService method. |
|
GetObjectData method. |
|
Gets the parameter corresponding to the given property. |
|
GetPath method. |
|
GetPropertyName method. |
|
GetPropertyValue method. |
|
Gets the support removal sequence for a given environment. |
|
GetType method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get the HasAMStrains property. |
|
InitializeLifetimeService method. |
|
IsPropertyEditable method. |
|
IsPropertyVisible method. |
|
Get a property by its API name. |
|
PropertyById method. |
|
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 |
|
ToString method. |
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. |
|
GroupingFolder property. |
|
IconName property. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the LengthUnits. |
|
Gets or sets the MeshUsingVoxelization. |
|
Name property. |
|
Gets or sets the NonlinearEffects. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Parent property. |
|
Gets or sets the PartGeometry. |
|
Gets the list of properties for this object. |
|
State property. |
|
Gets or sets the SubsampleRate. |
|
ThermalStrainMaterialModel property. |
|
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.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- 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.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property AMProcess.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property AMProcess.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- 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.ThermalStrainMaterialModel: Ansys.Mechanical.DataModel.Enums.AMThermalStrainMaterialModel | None#
ThermalStrainMaterialModel property.
- 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.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- AMProcess.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- AMProcess.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- AMProcess.GetIconFile() System.Byte#
GetIconFile method.
- AMProcess.GetLifetimeService() Any#
GetLifetimeService method.
- AMProcess.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- 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.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- AMProcess.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- AMProcess.InitializeLifetimeService() Any#
InitializeLifetimeService method.
- classmethod AMProcess.IsStaticAnalysisDownstreamOfThermalAnalysis(staticAnalysis: Ansys.ACT.Automation.Mechanical.Analysis, thermalAnalysis: Ansys.ACT.Automation.Mechanical.Analysis) bool#
IsStaticAnalysisDownstreamOfThermalAnalysis method.
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.