Skip to main content

Mechanical scripting interface

SelectionType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.SelectionType

Bases: enum.Enum

Specifies the selection type.

Overview

Attributes

Name
GeoBody
GeoEdge
GeoFace
GeoVertex
MeshElement
MeshElementFace
MeshFace
MeshNode

Attribute detail

SelectionType.GeoBody = 1

SelectionType.GeoEdge = 3

SelectionType.GeoFace = 2

SelectionType.GeoVertex = 4

SelectionType.MeshElement = 6

SelectionType.MeshElementFace = 9

SelectionType.MeshFace = 7

SelectionType.MeshNode = 5