OptimizationRegion
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Automation.Mechanical.OptimizationRegion#
Bases:
object
Defines a OptimizationRegion.
Overview#
Activate the current object. |
|
Creates a new ExclusionRegion |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
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. |
|
Run the RenameBasedOnDefinition action. |
Gets or sets the BoundaryCondition. |
|
Gets the list of children. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DesignRegionLocation. |
|
Gets or sets the ExclusionExtension. |
|
Gets or sets the ExclusionRegionLocation. |
|
Gets or sets the ExclusionScopingMethod. |
|
Gets or sets the ExclusionThickness. |
|
Gets or sets the HyperbolicProjection. |
|
Gets or sets the InitialVolumeFraction. |
|
Gets or sets the InitializationHoleSize. |
|
Gets or sets the InitializationModifierType. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the LatticeMaxDensity. |
|
Gets or sets the LatticeMinDensity. |
|
Gets or sets the LatticeSize. |
|
Gets or sets the LatticeType. |
|
Gets or sets the MaxCumulatedDisplacementControl. |
|
Gets or sets the MeshDeformationToleranceControl. |
|
Gets or sets the MorphingIterationMoveLimit. |
|
Gets or sets the MorphingTotalMeshDeformationTolerance. |
|
Gets or sets the MorphingTotalMoveLimit. |
|
Gets or sets the OptimizationType. |
|
Gets or sets the PenaltyFactor. |
|
Gets the list of properties for this object. |
|
Gets or sets the ShapeMoveLimitControl. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property OptimizationRegion.BoundaryCondition: Ansys.Mechanical.DataModel.Enums.BoundaryConditionType | None#
Gets or sets the BoundaryCondition.
- property OptimizationRegion.Children: List[Ansys.ACT.Automation.Mechanical.DataModelObject] | None#
Gets the list of children.
- property OptimizationRegion.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property OptimizationRegion.DesignRegionLocation: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the DesignRegionLocation.
- property OptimizationRegion.ExclusionExtension: Ansys.Mechanical.DataModel.Enums.ExclusionType | None#
Gets or sets the ExclusionExtension.
- property OptimizationRegion.ExclusionRegionLocation: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the ExclusionRegionLocation.
- property OptimizationRegion.ExclusionScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the ExclusionScopingMethod.
- property OptimizationRegion.ExclusionThickness: Ansys.Core.Units.Quantity | None#
Gets or sets the ExclusionThickness.
- property OptimizationRegion.HyperbolicProjection: Ansys.Mechanical.DataModel.Enums.HyperbolicProjectionType | None#
Gets or sets the HyperbolicProjection.
- property OptimizationRegion.InitialVolumeFraction: float | None#
Gets or sets the InitialVolumeFraction.
- property OptimizationRegion.InitializationHoleSize: Ansys.Core.Units.Quantity | None#
Gets or sets the InitializationHoleSize.
- property OptimizationRegion.InitializationModifierType: Ansys.Mechanical.DataModel.Enums.InitializationModifierType | None#
Gets or sets the InitializationModifierType.
- property OptimizationRegion.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSOptimizationRegionAuto | None#
Gets the internal object. For advanced usage only.
- property OptimizationRegion.LatticeSize: Ansys.Core.Units.Quantity | None#
Gets or sets the LatticeSize.
- property OptimizationRegion.LatticeType: Ansys.Mechanical.DataModel.Enums.LatticeType | None#
Gets or sets the LatticeType.
- property OptimizationRegion.MaxCumulatedDisplacementControl: Ansys.Mechanical.DataModel.Enums.TopoPropertyControlType | None#
Gets or sets the MaxCumulatedDisplacementControl.
- property OptimizationRegion.MeshDeformationToleranceControl: Ansys.Mechanical.DataModel.Enums.TopoPropertyControlType | None#
Gets or sets the MeshDeformationToleranceControl.
- property OptimizationRegion.MorphingIterationMoveLimit: float | None#
Gets or sets the MorphingIterationMoveLimit.
- property OptimizationRegion.MorphingTotalMeshDeformationTolerance: float | None#
Gets or sets the MorphingTotalMeshDeformationTolerance.
- property OptimizationRegion.MorphingTotalMoveLimit: float | None#
Gets or sets the MorphingTotalMoveLimit.
- property OptimizationRegion.OptimizationType: Ansys.Mechanical.DataModel.Enums.OptimizationType | None#
Gets or sets the OptimizationType.
- property OptimizationRegion.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property OptimizationRegion.ShapeMoveLimitControl: Ansys.Mechanical.DataModel.Enums.TopoPropertyControlType | None#
Gets or sets the ShapeMoveLimitControl.
Method detail#
- OptimizationRegion.AddExclusionRegion() Ansys.ACT.Automation.Mechanical.ExclusionRegion #
Creates a new ExclusionRegion
- OptimizationRegion.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- OptimizationRegion.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- OptimizationRegion.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- OptimizationRegion.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- OptimizationRegion.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- OptimizationRegion.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.
- OptimizationRegion.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.