Skip to main content

Mechanical scripting interface

ExtrudeBy

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.Enums.ExtrudeBy

Bases: enum.Enum

To specify the method of extrusion. The available options are Use Coordinate System, Face Normal and Face Normal (Reversed).

Overview

Attributes

Name
FaceNormal
FaceNormalReversed
UseCoordinateSystem

Attribute detail

ExtrudeBy.FaceNormal = 1

ExtrudeBy.FaceNormalReversed = 2

ExtrudeBy.UseCoordinateSystem = 0