ExtrudeBy
#
- class ansys.mechanical.stubs.v241.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.FaceNormal = 1#
- ExtrudeBy.FaceNormalReversed = 2#
- ExtrudeBy.UseCoordinateSystem = 0#