Skip to main content

Mechanical scripting interface

OperationType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OperationType

Bases: enum.Enum

This enum is referenced in the “Step” tree node and reflects the type of operation being configured. Based on the type of an operation different rules are applied which define the applicable list of controls and outcomes which can be added.

Overview

Attributes

Name
AddPrescribedPoints
CreateEnclosure
CreateSurfaceMesh
CreateTopology
CreateVolumeMesh
CreateVolumetricSizeField
DeleteTopology
ExportMesh
Extrude
FillHoles
ImportMesh
ImproveSurfaceMesh
ImproveVolumeMesh
ManageZoneProperties
MergeParts
MergeVolumes
PatchHoles
Wrap

Attribute detail

OperationType.AddPrescribedPoints = 32

OperationType.CreateEnclosure = 7

OperationType.CreateSurfaceMesh = 25

OperationType.CreateTopology = 9

OperationType.CreateVolumeMesh = 26

OperationType.CreateVolumetricSizeField = 11

OperationType.DeleteTopology = 10

OperationType.ExportMesh = 5

OperationType.Extrude = 12

OperationType.FillHoles = 13

OperationType.ImportMesh = 4

OperationType.ImproveSurfaceMesh = 29

OperationType.ImproveVolumeMesh = 30

OperationType.ManageZoneProperties = 8

OperationType.MergeParts = 45

OperationType.MergeVolumes = 15

OperationType.PatchHoles = 14

OperationType.Wrap = 33