FaceMeshing#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.MeshControls.FaceMeshing#

Bases: object

Defines a FaceMeshing.

Overview#

Activate

Activate the current object.

AddComment

Creates a new child Comment.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

CopyTo

Copies all visible properties from this object to another.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

GenerateMesh

Generate the Mesh.

GetChildren

Gets the list of children, filtered by type.

GetParameter

Gets the parameter corresponding to the given property.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

PropertyByAPIName

Get a property by its API name.

PropertyByName

Get a property by its unique name.

RemoveParameter

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

RenameBasedOnDefinition

Run the RenameBasedOnDefinition action.

Active

Gets the Active.

Children

Gets the list of children.

Comments

Gets the list of associated comments.

ConstrainBoundary

Gets or sets the ConstrainBoundary.

DataModelObjectCategory

Gets the current DataModelObject's category.

Figures

Gets the list of associated figures.

Images

Gets the list of associated images.

InternalNumberOfDivisions

Gets or sets the InternalNumberOfDivisions.

InternalObject

Gets the internal object. For advanced usage only.

Location

Gets or sets the Location.

MappedMesh

Gets or sets the MappedMesh.

Method

Gets or sets the Method.

MultiZoneSemiStructured

Gets or sets the Semi-Structured in MZ Face Meshing (Mapping).

NamedSelection

Gets or sets the NamedSelection.

Properties

Gets the list of properties for this object.

ScopingMethod

Gets or sets the ScopingMethod.

SpecifiedCorners

Gets or sets the SpecifiedCorners.

SpecifiedEnds

Gets or sets the SpecifiedEnds.

SpecifiedSides

Gets or sets the SpecifiedSides.

Suppressed

Gets or sets the Suppressed.

TransitionType

Gets or sets the TransitionType of MZ Face Meshing (Mapping)

VisibleProperties

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

Property detail#

property FaceMeshing.Active: bool | None#

Gets the Active.

property FaceMeshing.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#

Gets the list of children.

property FaceMeshing.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#

Gets the list of associated comments.

property FaceMeshing.ConstrainBoundary: int | None#

Gets or sets the ConstrainBoundary.

property FaceMeshing.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#

Gets the current DataModelObject's category.

property FaceMeshing.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#

Gets the list of associated figures.

property FaceMeshing.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#

Gets the list of associated images.

property FaceMeshing.InternalNumberOfDivisions: int | None#

Gets or sets the InternalNumberOfDivisions.

property FaceMeshing.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSMeshControlAuto | None#

Gets the internal object. For advanced usage only.

property FaceMeshing.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the Location.

property FaceMeshing.MappedMesh: bool | None#

Gets or sets the MappedMesh.

property FaceMeshing.Method: Ansys.Mechanical.DataModel.Enums.FaceMeshingMethod | None#

Gets or sets the Method.

property FaceMeshing.MultiZoneSemiStructured: bool | None#

Gets or sets the Semi-Structured in MZ Face Meshing (Mapping).

property FaceMeshing.NamedSelection: Ansys.ACT.Automation.Mechanical.NamedSelection | None#

Gets or sets the NamedSelection.

property FaceMeshing.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties for this object.

property FaceMeshing.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#

Gets or sets the ScopingMethod.

property FaceMeshing.SpecifiedCorners: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the SpecifiedCorners.

property FaceMeshing.SpecifiedEnds: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the SpecifiedEnds.

property FaceMeshing.SpecifiedSides: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#

Gets or sets the SpecifiedSides.

property FaceMeshing.Suppressed: bool | None#

Gets or sets the Suppressed.

property FaceMeshing.TransitionType: Ansys.Mechanical.DataModel.Enums.TransitionType | None#

Gets or sets the TransitionType of MZ Face Meshing (Mapping)

property FaceMeshing.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

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

Method detail#

FaceMeshing.Activate() None#

Activate the current object.

FaceMeshing.AddComment() Ansys.ACT.Automation.Mechanical.Comment#

Creates a new child Comment.

FaceMeshing.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#

Creates a new child Figure.

FaceMeshing.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.
FaceMeshing.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#

Copies all visible properties from this object to another.

FaceMeshing.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Creates a new parameter for a Property.

FaceMeshing.Delete() None#

Run the Delete action.

FaceMeshing.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#

Creates a copy of the current DataModelObject.

FaceMeshing.GenerateMesh() None#

Generate the Mesh.

FaceMeshing.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#

Gets the list of children, filtered by type.

FaceMeshing.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#

Gets the parameter corresponding to the given property.

FaceMeshing.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

FaceMeshing.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#

Run the GroupSimilarObjects action.

FaceMeshing.PropertyByAPIName(name: str) 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.
FaceMeshing.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#

Get a property by its unique name.

FaceMeshing.RemoveParameter(propName: str) None#

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

FaceMeshing.RenameBasedOnDefinition() None#

Run the RenameBasedOnDefinition action.