ExtrudeBy#

class ansys.mechanical.stubs.v242.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#

Attribute detail#

ExtrudeBy.UseCoordinateSystem = 0#
ExtrudeBy.FaceNormal = 1#
ExtrudeBy.FaceNormalReversed = 2#