Skip to main content

Mechanical scripting interface

MappingOutsideOption

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.MappingOutsideOption

Bases: enum.Enum

Overview

Attributes

Name
Ignore
NearestNode
Projection
WeightedAvg

Attribute detail

MappingOutsideOption.Ignore = 0

MappingOutsideOption.NearestNode = 3

MappingOutsideOption.Projection = 2

MappingOutsideOption.WeightedAvg = 1