GeometryBasedAdaptivity#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.BoundaryConditions.GeometryBasedAdaptivity#

Bases: object

Defines a GeometryBasedAdaptivity.

Overview#

Delete

Run the Delete action.

GetChildren

Gets the list of children, filtered by type.

GetChildren

Gets the list of children, filtered by type.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

Activate

Activate the current object.

CopyTo

Copies all visible properties from this object to another.

Duplicate

Creates a copy of the current DataModelObject.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByName

Get a property by its unique name.

PropertyByAPIName

Get a property by its API name.

CreateParameter

Creates a new parameter for a Property.

GetParameter

Gets the parameter corresponding to the given property.

RemoveParameter

Removes the parameter from the parameter set corresponding to the given property.

InternalObject

Gets the internal object. For advanced usage only.

DataModelObjectCategory

Gets the current DataModelObject’s category.

TimeRange

Gets or sets the TimeRange.

CheckAtValue

Gets or sets the CheckAtValue.

HexDomTimeRange

Gets or sets the HexDomTimeRange.

HexDomCheckAtValue

Gets or sets the HexDomCheckAtValue.

BufferElements

Gets or sets the BufferElements.

BufferLayers

Gets or sets the BufferLayers.

RemeshLayerEnd

Gets or sets the RemeshLayerEnd.

RemeshLayerFrequency

Gets or sets the RemeshLayerFrequency.

RemeshLayerStart

Gets or sets the RemeshLayerStart.

EnergyCoefficient

Gets or sets the EnergyCoefficient.

JacobianRatioValue

Gets or sets the JacobianRatioValue.

SkewnessValue

Gets or sets the SkewnessValue.

LengthX

Gets or sets the LengthX.

LengthY

Gets or sets the LengthY.

LengthZ

Gets or sets the LengthZ.

HexDomEndTime

Gets or sets the HexDomEndTime.

HexDomStartTime

Gets or sets the HexDomStartTime.

MaximumCornerAngle

Gets or sets the MaximumCornerAngle.

EndTime

Gets or sets the EndTime.

StartTime

Gets or sets the StartTime.

Criterion

Gets or sets the Criterion.

HexDomCheckAt

Gets or sets the HexDomCheckAt.

Option

Gets or sets the Option.

CheckAt

Gets or sets the CheckAt.

Suppressed

Gets or sets the Suppressed.

CoordinateSystem

Gets or sets the CoordinateSystem.

Location

Gets or sets the Location.

Children

Gets the list of children.

Comments

Gets the list of associated comments.

Figures

Gets the list of associated figures.

Images

Gets the list of associated images.

InternalObject

Gets the internal object. For advanced usage only.

Properties

Gets the list of properties for this object.

VisibleProperties

Gets the list of properties that are visible for this object.

Property detail#

property GeometryBasedAdaptivity.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSNonlinearAdaptivityAuto | None

Gets the internal object. For advanced usage only.

property GeometryBasedAdaptivity.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None

Gets the current DataModelObject’s category.

property GeometryBasedAdaptivity.TimeRange: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityTimeRange | None

Gets or sets the TimeRange.

property GeometryBasedAdaptivity.CheckAtValue: System.Int32 | None

Gets or sets the CheckAtValue.

property GeometryBasedAdaptivity.HexDomTimeRange: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityTimeRange | None

Gets or sets the HexDomTimeRange.

property GeometryBasedAdaptivity.HexDomCheckAtValue: System.Int32 | None

Gets or sets the HexDomCheckAtValue.

property GeometryBasedAdaptivity.BufferElements: System.Int32 | None

Gets or sets the BufferElements.

property GeometryBasedAdaptivity.BufferLayers: System.Int32 | None

Gets or sets the BufferLayers.

property GeometryBasedAdaptivity.RemeshLayerEnd: System.Int32 | None

Gets or sets the RemeshLayerEnd.

property GeometryBasedAdaptivity.RemeshLayerFrequency: System.Int32 | None

Gets or sets the RemeshLayerFrequency.

property GeometryBasedAdaptivity.RemeshLayerStart: System.Int32 | None

Gets or sets the RemeshLayerStart.

property GeometryBasedAdaptivity.EnergyCoefficient: System.Double | None

Gets or sets the EnergyCoefficient.

property GeometryBasedAdaptivity.JacobianRatioValue: System.Double | None

Gets or sets the JacobianRatioValue.

property GeometryBasedAdaptivity.SkewnessValue: System.Double | None

Gets or sets the SkewnessValue.

property GeometryBasedAdaptivity.LengthX: Ansys.Core.Units.Quantity | None

Gets or sets the LengthX.

property GeometryBasedAdaptivity.LengthY: Ansys.Core.Units.Quantity | None

Gets or sets the LengthY.

property GeometryBasedAdaptivity.LengthZ: Ansys.Core.Units.Quantity | None

Gets or sets the LengthZ.

property GeometryBasedAdaptivity.HexDomEndTime: Ansys.Core.Units.Quantity | None

Gets or sets the HexDomEndTime.

property GeometryBasedAdaptivity.HexDomStartTime: Ansys.Core.Units.Quantity | None

Gets or sets the HexDomStartTime.

property GeometryBasedAdaptivity.MaximumCornerAngle: Ansys.Core.Units.Quantity | None

Gets or sets the MaximumCornerAngle.

property GeometryBasedAdaptivity.EndTime: Ansys.Core.Units.Quantity | None

Gets or sets the EndTime.

property GeometryBasedAdaptivity.StartTime: Ansys.Core.Units.Quantity | None

Gets or sets the StartTime.

property GeometryBasedAdaptivity.Criterion: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityCriterionType | None

Gets or sets the Criterion.

property GeometryBasedAdaptivity.HexDomCheckAt: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityUpdateType | None

Gets or sets the HexDomCheckAt.

property GeometryBasedAdaptivity.Option: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityOptionType | None

Gets or sets the Option.

property GeometryBasedAdaptivity.CheckAt: Ansys.Mechanical.DataModel.Enums.NonlinearAdaptivityUpdateType | None

Gets or sets the CheckAt.

property GeometryBasedAdaptivity.Suppressed: System.Boolean | None

Gets or sets the Suppressed.

property GeometryBasedAdaptivity.CoordinateSystem: Ansys.ACT.Automation.Mechanical.CoordinateSystem | None

Gets or sets the CoordinateSystem.

property GeometryBasedAdaptivity.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None

Gets or sets the Location.

property GeometryBasedAdaptivity.Children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None

Gets the list of children.

property GeometryBasedAdaptivity.Comments: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Comment] | None

Gets the list of associated comments.

property GeometryBasedAdaptivity.Figures: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Figure] | None

Gets the list of associated figures.

property GeometryBasedAdaptivity.Images: System.Collections.Generic.IEnumerable[Ansys.ACT.Automation.Mechanical.Image] | None

Gets the list of associated images.

property GeometryBasedAdaptivity.InternalObject: System.Object | None

Gets the internal object. For advanced usage only.

property GeometryBasedAdaptivity.Properties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties for this object.

property GeometryBasedAdaptivity.VisibleProperties: System.Collections.Generic.IReadOnlyList[Ansys.ACT.Automation.Mechanical.Property] | None

Gets the list of properties that are visible for this object.

Method detail#

GeometryBasedAdaptivity.Delete() System.Void

Run the Delete action.

GeometryBasedAdaptivity.GetChildren(recurses: System.Boolean, children: System.Collections.Generic.IList[ChildrenType]) System.Collections.Generic.IList[ChildrenType]

Gets the list of children, filtered by type.

GeometryBasedAdaptivity.GetChildren(category: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory, recurses: System.Boolean, children: System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) System.Collections.Generic.IList[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]

Gets the list of children, filtered by type.

GeometryBasedAdaptivity.AddComment() Ansys.ACT.Automation.Mechanical.Comment

Creates a new child Comment.

GeometryBasedAdaptivity.AddFigure() Ansys.ACT.Automation.Mechanical.Figure

Creates a new child Figure.

GeometryBasedAdaptivity.AddImage(filePath: System.String) 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.
GeometryBasedAdaptivity.Activate() System.Void

Activate the current object.

GeometryBasedAdaptivity.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) System.Void

Copies all visible properties from this object to another.

GeometryBasedAdaptivity.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject

Creates a copy of the current DataModelObject.

GeometryBasedAdaptivity.GroupAllSimilarChildren() System.Void

Run the GroupAllSimilarChildren action.

GeometryBasedAdaptivity.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder

Run the GroupSimilarObjects action.

GeometryBasedAdaptivity.PropertyByName(name: System.String) Ansys.ACT.Automation.Mechanical.Property

Get a property by its unique name.

GeometryBasedAdaptivity.PropertyByAPIName(name: System.String) Ansys.ACT.Automation.Mechanical.Property
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.
GeometryBasedAdaptivity.CreateParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Creates a new parameter for a Property.

GeometryBasedAdaptivity.GetParameter(propName: System.String) Ansys.ACT.Interfaces.Mechanical.IParameter

Gets the parameter corresponding to the given property.

GeometryBasedAdaptivity.RemoveParameter(propName: System.String) System.Void

Removes the parameter from the parameter set corresponding to the given property.