OptimizationRegion#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.OptimizationRegion(internalObject: Any)#
Bases:
objectDefines a OptimizationRegion.
Overview#
Activate the current object. |
|
Obsolete. Use AddLocalDesignRestriction. |
|
Creates a new LocalDesignRestriction |
|
Copies all visible properties from this object to another. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Equals method. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
Gets the list of children, filtered by type. |
|
Gets the Worksheet Definition. |
|
GetDetailsView method. |
|
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. |
|
GetType method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
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. |
|
Run the RenameBasedOnDefinition action. |
|
ToString method. |
AttachedRefs property. |
|
Gets or sets the BoundaryCondition. |
|
Gets the list of children. |
|
ClsId property. |
|
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. |
|
GroupingFolder property. |
|
Gets or sets the HyperbolicProjection. |
|
IconName property. |
|
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. |
|
Name property. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Gets or sets the OptimizationType. |
|
Parent property. |
|
Gets or sets the PenaltyFactor. |
|
Gets the list of properties for this object. |
|
Gets or sets the ShapeMoveLimitControl. |
|
State property. |
|
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.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- 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.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property OptimizationRegion.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property OptimizationRegion.OptimizationType: Ansys.Mechanical.DataModel.Enums.OptimizationType | None#
Gets or sets the OptimizationType.
- property OptimizationRegion.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- 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.LocalDesignRestriction#
Obsolete. Use AddLocalDesignRestriction.
- OptimizationRegion.AddLocalDesignRestriction() Ansys.ACT.Automation.Mechanical.LocalDesignRestriction#
Creates a new LocalDesignRestriction
- OptimizationRegion.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- OptimizationRegion.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#
CreateObjRef method.
- 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.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- OptimizationRegion.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- OptimizationRegion.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- OptimizationRegion.GetDefinition() Ansys.ACT.Automation.Mechanical.MaterialsOptimizationDefinition#
Gets the Worksheet Definition.
This Definition is a list of OptimizationMaterial.
- OptimizationRegion.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView method.
- OptimizationRegion.GetEnumName(enumType: type, value: int, dispId: int) str#
Enum name bound to value
- OptimizationRegion.GetIconFile() System.Byte#
GetIconFile method.
- OptimizationRegion.GetLifetimeService() Any#
GetLifetimeService method.
- OptimizationRegion.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- OptimizationRegion.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- OptimizationRegion.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- OptimizationRegion.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- OptimizationRegion.InitializeLifetimeService() Any#
InitializeLifetimeService 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.
- OptimizationRegion.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#
PropertyById method.
- OptimizationRegion.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.