Washer
#
- class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.MeshControls.Washer#
Bases:
object
Defines a Washer.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
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. |
|
Generate the Mesh. |
|
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 the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the Quad Layer Element Size. |
|
Gets or sets the Named Selection for Quad Layer Direction Face Scoping. |
|
Gets or sets the face scoping method for Quad Layer Direction. |
|
Gets or sets the Quad Layer Direction Face Geoemetry Selection. |
|
Gets the list of associated figures. |
|
FirstLayerHeight property. |
|
GrowthRate property. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
LayerTransitionType property. |
|
Gets or sets the Location. |
|
MinimumNumberOfDivisions property. |
|
Gets or sets the NamedSelection. |
|
NumberOfDivisions property. |
|
NumberOfLayers property. |
|
Gets the list of properties for this object. |
|
QuadLayerDefeatureProximityTolerance property. |
|
Gets or sets the Quad Layer Direction. |
|
Gets or sets the Quad Layer Type. |
|
Gets or sets the relaxation of Quad Layer. |
|
ScaleOfDiameter property. |
|
Gets or sets the ScopingMethod. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
|
WasherAutoDefeature property. |
|
WasherHeightType property. |
|
WasherMethod property. |
Property detail#
- property Washer.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property Washer.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property Washer.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property Washer.ElementSize: Ansys.Core.Units.Quantity | None#
Gets or sets the Quad Layer Element Size.
- property Washer.FaceNamedSelection: Ansys.ACT.Automation.Mechanical.NamedSelection | None#
Gets or sets the Named Selection for Quad Layer Direction Face Scoping.
- property Washer.FaceScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the face scoping method for Quad Layer Direction.
- property Washer.FaceSelection: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Quad Layer Direction Face Geoemetry Selection.
- property Washer.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property Washer.FirstLayerHeight: Ansys.Core.Units.Quantity | None#
FirstLayerHeight property.
- property Washer.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property Washer.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSMeshControlAuto | None#
Gets the internal object. For advanced usage only.
- property Washer.LayerTransitionType: Ansys.Mechanical.DataModel.Enums.LayerTransitionType | None#
LayerTransitionType property.
- property Washer.Location: Ansys.ACT.Interfaces.Common.ISelectionInfo | None#
Gets or sets the Location.
- property Washer.NamedSelection: Ansys.ACT.Automation.Mechanical.NamedSelection | None#
Gets or sets the NamedSelection.
- property Washer.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property Washer.QuadLayerDefeatureProximityTolerance: Ansys.Core.Units.Quantity | None#
QuadLayerDefeatureProximityTolerance property.
- property Washer.QuadLayerDirection: Ansys.Mechanical.DataModel.Enums.QuadLayerDirection | None#
Gets or sets the Quad Layer Direction.
- property Washer.QuadLayerType: Ansys.Mechanical.DataModel.Enums.QuadLayerType | None#
Gets or sets the Quad Layer Type.
- property Washer.Relaxation: Ansys.Mechanical.DataModel.Enums.QuadLayerRelaxation | None#
Gets or sets the relaxation of Quad Layer.
- property Washer.ScopingMethod: Ansys.Mechanical.DataModel.Enums.GeometryDefineByType | None#
Gets or sets the ScopingMethod.
- property Washer.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties that are visible for this object.
Method detail#
- Washer.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- Washer.AddFigure() Ansys.ACT.Automation.Mechanical.Figure #
Creates a new child Figure.
- Washer.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.
- Washer.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- Washer.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- Washer.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- Washer.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- Washer.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- Washer.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.
- Washer.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property #
Get a property by its unique name.